euscanwww: Improved forms UI, added preferences page and change password

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-08-08 10:46:36 +02:00
parent c4e3c4c04a
commit 77f1cb52ea
15 changed files with 140 additions and 56 deletions

View File

@ -2,9 +2,15 @@
{% block title %}Confirm password reset{% endblock %}
{% block content %}
Enter your new password below to reset your password:
<h2>
Reset password
</h2>
<p class="padded">
Enter your new password below to reset your password:
</p>
<form method="post" action="">{% csrf_token %}
<table>
<table class="table">
{{ form.as_table }}
<tr>
<td></td>