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 | 5351108ec1b2325d47f6f9b7534991c1aa518d40 (patch) | |
tree | 1beb74fb2d2d6328c90bf39aac9ddfb1e2669976 /templates | |
parent | f3a570a21daa84e2e0abc079ef84f813aa15969a (diff) | |
parent | 7759e481d46c60d129ab2d54f2813ecc27ec8ec6 (diff) | |
download | troggle-5351108ec1b2325d47f6f9b7534991c1aa518d40.tar.gz troggle-5351108ec1b2325d47f6f9b7534991c1aa518d40.tar.bz2 troggle-5351108ec1b2325d47f6f9b7534991c1aa518d40.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> |