{% extends "registration/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% get_current_language as LANGUAGE_CODE %} {% block content %}
{% if form.password.errors or form.username.errors %} {% include "display-form-errors.html" %} {% endif %}

{% trans "Please login to continue!" %}

{% csrf_token %} {% crispy form %}
Forgot your password?
{% endblock %}