diff options
author | Wookey <wookey@wookware.org> | 2013-07-02 20:23:55 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2013-07-02 20:23:55 +0100 |
commit | ecfa6b19a0f04a2877d6e9294651e14fda70a0da (patch) | |
tree | d51ed4540a3fe0d817ae74890890bbdeb6c09330 /templates | |
parent | 0dfbd1c84f13ee18451f739987f918cb5ac620ab (diff) | |
parent | 1471abeda79002a69f325f45625ec9feb6be06f2 (diff) | |
download | troggle-ecfa6b19a0f04a2877d6e9294651e14fda70a0da.tar.gz troggle-ecfa6b19a0f04a2877d6e9294651e14fda70a0da.tar.bz2 troggle-ecfa6b19a0f04a2877d6e9294651e14fda70a0da.zip |
merged in proper CSRF changes from server
Diffstat (limited to 'templates')
-rw-r--r-- | templates/registration/registration_form.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 6c82abe..f82c6cb 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -42,15 +42,6 @@ registration_form.html | {{ block.super }} </td> </tr> <tr> - <td align="right" valign="top">Password (again):</td> - <td> - {{ form.password2 }} <br/> - {% for error in form.password2.errors %} - <span style="color:red">{{ error }}</span> - {% endfor %} - </td> -</tr> -<tr> <td> </td> <td><input type="submit" value="Register" /></td> </tr> |