{% extends "admin/login.html" %} {% block content %} {# note: Default Django admin login form #} {% if django_session is not False %} {{ block.super }} {% endif %} {# note: NeoID login button #} {% if neoid is True %}
NeoID Login
{% endif %} {% endblock %}