{% extends "hdabo_base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Login" %}{% endblock %} {% block content %}
{% if form.errors %}

{% trans "Sorry, that's not a valid username or password." %}

{% endif %}
{% csrf_token %} {{form.as_p}}

 

{% trans "Still not a user ? Create an account" %}

{% trans "Forgot password ?" %}

{% endblock %}