| changeset 292 | f6742c41d7a3 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/hdabo/templates/registration/password_reset_form.html Fri Jul 11 16:49:14 2014 +0200 @@ -0,0 +1,12 @@ +{% extends "hdabo_base.html" %} +{% load i18n %} + +{% block content %} +<div class="register"> + <form method="post" action="."> + {% csrf_token %} + {{ form.as_p }} + <input type="submit" value="{% trans 'Submit' %}" /> + </form> +</div> +{% endblock %}