Updated export configuration, displaying project name

This commit is contained in:
2026-01-13 15:02:38 -05:00
parent da7603bdb5
commit d9428236ec
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
{% if filters.project_filter %}
<span class="filter-tag">
<i class="fas fa-project-diagram"></i>
Project: {{ filters.project_filter }}
Project: {% if project_name %}{{ project_name }}{% else %}{{ filters.project_filter }}{% endif %}
</span>
{% endif %}
</div>