diff --git a/users/templates/users/forgot_password.html b/users/templates/users/forgot_password.html index f676b03..646ba4e 100644 --- a/users/templates/users/forgot_password.html +++ b/users/templates/users/forgot_password.html @@ -40,16 +40,16 @@

{% trans 'Enter your email below (the one used to access the platform) to recover your password' %}

- +
{% csrf_token %} {% for field in form %}
{% render_field field class='form-control' %} - + {{ field.help_text }} - + {% if field.errors %} - @@ -83,4 +83,4 @@ {% endblock %} {% block bottommenu %} -{% endblock %} \ No newline at end of file +{% endblock %} -- libgit2 0.21.2