Skip to content

Commit a004a8f

Browse files
committed
Merged in [9800] from lars@netapp.com:
Another HTML validation fix. - Legacy-Id: 9818 Note: SVN reference [9800] has been migrated to Git commit bc73eb7
1 parent cb07aef commit a004a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/registration/password_reset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Password reset</h1>
2121

2222
<p>Please enter an email address associated with the account for which you would like to reset the password.</p>
2323

24-
<form role=form method="post">
24+
<form method="post">
2525
{% csrf_token %}
2626
{% bootstrap_form form %}
2727

0 commit comments

Comments
 (0)