{% extends "social/base.html" %} {% block title %}Sign in to {{ network.label }}{% endblock %} {% block body %}
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.
{% if help_url %}Where to get these: {{ help_url }}
{% endif %} {% endblock %}