Skip to content
Snippets Groups Projects
Commit 49b28002 authored by Julian's avatar Julian
Browse files

Use h1 as the main heading in the base template

parent 9a668b19
No related branches found
No related tags found
1 merge request!657Resolve "Check for correct semantic html elements"
......@@ -116,7 +116,7 @@
{% endif %}
{% block no_page_title %}
<h4>{% block page_title %}{% endblock %}</h4>
<h1>{% block page_title %}{% endblock %}</h1>
{% endblock %}
{% block content %}{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment