[FIX] Use proper HTML5 tags instead of self-closing XML/XHTML tags

This commit is contained in:
Peter Pfeufer
2022-02-08 20:21:09 +01:00
parent 703c2392a9
commit 52a4cf8d52
25 changed files with 32 additions and 32 deletions

View File

@@ -21,7 +21,7 @@
<form class="form-signin" role="form" action="" method="POST">
{% csrf_token %}
{{ form|bootstrap }}
<br/>
<br>
<button class="btn btn-lg btn-primary btn-block" type="submit" name="submit_fat">{% translate "Create fatlink" %}</button>
</form>
</div>