root/trunk/clinicaltrials/reviewapp/templates/reviewapp/password_reset_confirm.html @ 415

Revision 415, 333 bytes (checked in by rafael.soares, 3 years ago)

In the user registration, implemented the validation to verify that an e-mail is .

Line 
1{% extends "base_columns.html" %}
2
3{% load i18n %}
4
5{% block body %}
6<p>
7{% trans "Enter your new password below to reset your password:" %}
8</p>
9<form method="post" action="">{% csrf_token %}
10<table>
11    {{ form.as_table }}
12    <tr><td></td><td><input type="submit" value="Set password" /></td></tr>
13</table>
14</form>
15{% endblock %}
Note: See TracBrowser for help on using the browser.