Skip to content

Commit 8aac2d6

Browse files
committed
removing duplicate @csrf nonce.
1 parent 624bfdf commit 8aac2d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

share/roundup/templates/jinja2/html/user.forgotten.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<div class='row-fluid'>
1919
<label>{{ i18n.gettext('Email Address')|u }}:</label>
2020
<input type='text' name="address">
21-
<input name="@csrf" type="hidden"
22-
value="{{ utils.anti_csrf_nonce() }}">
2321
<input name="@csrf" type="hidden"
2422
value="{{ utils.anti_csrf_nonce() }}">
2523
<input type="hidden" name="@action" value="passrst">

0 commit comments

Comments
 (0)