Fixed typos, especially the wrong attribute in <form>

This commit is contained in:
downhill 2018-10-14 17:48:11 +02:00
commit 2b566aeb8e
19 changed files with 327 additions and 85 deletions

View file

@ -9,6 +9,6 @@
<li> Email: {{email}} </li>
</ul>
<br><br>
<form action={% url 'index' %} type="get">
<form action={% url 'index' %} method="get">
<input type="submit" value="Back to indexpage">
</form>