DataMan System

Console

Enter your administrative credentials to continue

{% if form.errors and not form.non_field_errors %}
Please enter correct username and password.
{% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %}
{{ error }}
{% endfor %} {% endif %}
{% csrf_token %}