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,11 @@
{% extends "registration/registration_base.html" %}
{% block title %}Change password{% endblock %}
{% block content %}
<form method='post' action=''>
<table>
{{ form }}
</table>
<input type='submit' value="Change password" />
{% csrf_token %}
</form>
{% endblock %}