summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2013-07-02 20:23:55 +0100
committerWookey <wookey@wookware.org>2013-07-02 20:23:55 +0100
commit5351108ec1b2325d47f6f9b7534991c1aa518d40 (patch)
tree1beb74fb2d2d6328c90bf39aac9ddfb1e2669976 /templates
parentf3a570a21daa84e2e0abc079ef84f813aa15969a (diff)
parent7759e481d46c60d129ab2d54f2813ecc27ec8ec6 (diff)
downloadtroggle-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.html9
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>&nbsp;</td>
<td><input type="submit" value="Register" /></td>
</tr>