Include titles in some registration templates

This commit is contained in:
Frédéric Péters 2010-06-01 17:02:06 +02:00
parent 0d874012cd
commit b439d02944
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@
{% endblock %}
{% block content %}
<h2>{% trans "Resetting password" %}</h2>
<form method="post" action=".">
{{ form.as_p }}

View File

@ -6,6 +6,9 @@
{% endblock %}
{% block content %}
<h2>{% trans "Registration" %}</h2>
<form method="post" action=".">
{{ form.as_p }}