Skip to content
Snippets Groups Projects
Commit c2487c9c authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Correct HTML tag

parent c105c9df
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
{% csrf_token %} {% csrf_token %}
{% bootstrap_form_errors form %} {% bootstrap_form_errors form %}
<fieldset> <fieldset>
<fieldset>{% trans "Display" %}</fieldset> <legend>{% trans "Display" %}</legend>
{% bootstrap_form form layout="horizontal" %} {% bootstrap_form form layout="horizontal" %}
</fieldset> </fieldset>
<div class="form-group submit-group"> <div class="form-group submit-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment