Move H3 tag

This commit is contained in:
Joachim
2021-04-21 22:30:52 +02:00
parent 53b47aa264
commit 415a12cf78
2 changed files with 5 additions and 5 deletions

View File

@ -4,9 +4,9 @@
{% load humanize %}
{% block card-header %}
<h3 class="card-header-title has-background-white-ter is-block">
{% include 'snippets/status/status_header.html' with status=status %}
</h3>
<div class="card-header-title has-background-white-ter is-block">
{% include 'snippets/status/status_header.html' with status=status %}
</div>
{% endblock %}
{% block card-content %}{% endblock %}