Fix spelling mistake (- instead of =) in two form definitions

- Legacy-Id: 11931
This commit is contained in:
Ole Laursen 2016-09-07 16:05:34 +00:00
parent 7146e88067
commit aac9578d7d
2 changed files with 2 additions and 2 deletions

View file

@ -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 %}

View file

@ -81,7 +81,7 @@
</li>
</ol>
</p>
<form role-"form" method="post">
<form role="form" method="post">
{% csrf_token %}
{% bootstrap_form form %}