{% extends "infection_dating_tool/login.html" %} {% load i18n admin_static %} {% load staticfiles %} {% block content %}
{{app_path}}
{% csrf_token %}
{% if not form.this_is_the_login_form.errors %}{{ form.username.errors }}{% endif %} {{form.username}}
{% url 'admin_password_reset' as password_reset_url %} {% if password_reset_url %} {% endif %}

{% endblock %}