Skip to content

Commit aac9578

Browse files
committed
Fix spelling mistake (- instead of =) in two form definitions
- Legacy-Id: 11931
1 parent 7146e88 commit aac9578

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/ietfauth/testemail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Set up test email address</h1>
1919

2020
<p>Value of <code>testmailcc</code>: {{ cookie }}</p>
2121

22-
<form role-"form" method="post">
22+
<form role="form" method="post">
2323
{% csrf_token %}
2424
{% bootstrap_form form %}
2525

ietf/templates/ietfauth/whitelist_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>Add a whitelist entry for account creation.</h1>
8181
</li>
8282
</ol>
8383
</p>
84-
<form role-"form" method="post">
84+
<form role="form" method="post">
8585
{% csrf_token %}
8686
{% bootstrap_form form %}
8787

0 commit comments

Comments
 (0)