Fix spelling mistake (- instead of =) in two form definitions
- Legacy-Id: 11931
This commit is contained in:
parent
7146e88067
commit
aac9578d7d
|
@ -19,7 +19,7 @@
|
|||
|
||||
<p>Value of <code>testmailcc</code>: {{ cookie }}</p>
|
||||
|
||||
<form role-"form" method="post">
|
||||
<form role="form" method="post">
|
||||
{% csrf_token %}
|
||||
{% bootstrap_form form %}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
</li>
|
||||
</ol>
|
||||
</p>
|
||||
<form role-"form" method="post">
|
||||
<form role="form" method="post">
|
||||
{% csrf_token %}
|
||||
{% bootstrap_form form %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue