mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-29 17:09:55 -06:00
Fix on event details: when there are no tags, don't display the header
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if event.tags %}
|
||||
{% if event.get_tags %}
|
||||
<h1 id="tags" class="text-2xl font-bold mt-4">Tags</h1>
|
||||
|
||||
<div class="mb-6">
|
||||
|
||||
Reference in New Issue
Block a user