Move H3 tag
This commit is contained in:
parent
53b47aa264
commit
415a12cf78
2 changed files with 5 additions and 5 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue