[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

@@ -19,7 +19,7 @@
<form id="add-timer-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">
{% block submit_button_text %}
{% endblock %}

View File

@@ -17,7 +17,7 @@
<form action="" method="post">
{% csrf_token %}
<p>{% blocktrans %}Are you sure you want to delete timer "{{ object }}"?{% endblocktrans %}</p>
<input class="btn btn-danger btn-block" type="submit" value="Confirm" />
<input class="btn btn-danger btn-block" type="submit" value="Confirm">
</form>
</div>
</div>