Skip to content
Snippets Groups Projects
Commit d34fd564 authored by Zdeněk Böhm's avatar Zdeněk Böhm
Browse files

Add div.item-name-wrapper in template item_detail.

parent c526abd9
Branches main
No related merge requests found
Pipeline #132997 passed with stage
in 2 minutes and 15 seconds
......@@ -10,7 +10,9 @@
<li {{ filter.tag_attrs }}>{{ filter.name }}</li>
{% endfor %}
</ul>
<h1 class="item-name">{{ object.name }}</h1>
<div class="item-name-wrapper">
<h1 class="item-name">{{ object.name }}</h1>
</div>
<ul class="filters bottom">
{% for filter in object|filters_in_location:"under_title" %}
<li {{ filter.tag_attrs }}>{{ filter.name }}</li>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment