Updated templates

This commit is contained in:
2011-03-15 12:02:34 +00:00
parent 114413ba80
commit e1e28e4306
19 changed files with 128 additions and 96 deletions

View File

@@ -0,0 +1,12 @@
{% extends "registration/registration_base.html" %}
{% block title %}Confirm password reset{% endblock %}
{% block content %}
<p>Enter your new password below to reset your password:</p>
<form method="post" action="">
<table>
{{ form.as_table }}
</table>
<input type='submit' value="Set password" />
{% csrf_token %}
</form>
{% endblock %}