We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624bfdf commit 8aac2d6Copy full SHA for 8aac2d6
share/roundup/templates/jinja2/html/user.forgotten.html
@@ -18,8 +18,6 @@
18
<div class='row-fluid'>
19
<label>{{ i18n.gettext('Email Address')|u }}:</label>
20
<input type='text' name="address">
21
- <input name="@csrf" type="hidden"
22
- value="{{ utils.anti_csrf_nonce() }}">
23
<input name="@csrf" type="hidden"
24
value="{{ utils.anti_csrf_nonce() }}">
25
<input type="hidden" name="@action" value="passrst">
0 commit comments