euscanwww: Improved forms UI, added preferences page and change password
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user