Skip to content

Commit 9fbe70c

Browse files
committed
Apply pull request from BB - creating a new user was failing
1 parent 45a834b commit 9fbe70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<tr>
5353
<th>{{ i18n.gettext('Confirm Password') }}</th>
5454
<td>
55-
<input type='password' name='confirm_input'>
55+
<input type='password' name='@confirm@password'>
5656
</td>
5757
</tr>
5858
{% endif %}

0 commit comments

Comments
 (0)