{% extends "social/base.html" %} {% block title %}Sign in to {{ network.label }}{% endblock %} {% block body %}

Sign in to {{ network.label }}

This network has no sign-in page to send anybody to, so instead of a redirect it says what to ask for. Nothing leaves this app on this route.

{% csrf_token %} {# In the order the platform gave them. The ones it marked secret get a password box, and none of them is ever logged. #} {% for field in fields %} {% endfor %}
{% if help_url %}

Where to get these: {{ help_url }}

{% endif %} {% endblock %}