{% extends "event/home_page/base_triumph_template.html" %} {% load staticfiles i18n %} {% block content %}

Login

{% trans 'Please insert your username and your password' %}
{% csrf_token %}
{% for error in form.non_field_errors %} {% endfor %}
{% endblock content %}