{% extends "infection_dating_tool/login.html" %} {% load i18n admin_static %} {% load staticfiles %} {% block content %}

Welcome to the Cephia Infection Dating Tool

Please provide your password

{{app_path}}
{% csrf_token %}
{% if not form.this_is_the_login_form.errors %}{{ form.password.errors }}{% endif %} {{form.password}}
{% if not form.this_is_the_login_form.errors %}{{ form.verify_password.errors }}{% endif %} {{form.verify_password}}
{% url 'admin_password_reset' as password_reset_url %} {% if password_reset_url %} {% endif %}
{% endblock %}