{% load static %} {% block title %} {{ title }} {% endblock title %}
{% csrf_token %}

{{ extra_title }}

username: admin
password: crudajax

{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {% endfor %} {% endif %} {{ form.username }} {{ form.password }}

© 2019-{% now 'Y' %}, EU