More fixes to lables

This commit is contained in:
2025-12-10 23:38:04 +01:00
parent e9c9ede357
commit f45d754c91
7 changed files with 15 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
<thead>
<tr>
<th colspan="2" scope="row">
{{ d.type | capfirst }}
{{ d.label|capfirst }}
<div class="float-end">
{% if not d.item.published %}
<span class="badge text-bg-warning">Unpublished</span>

View File

@@ -42,7 +42,7 @@
<thead>
<tr>
<th colspan="2" scope="row">
{{ d.type | capfirst }}
{{ d.label|capfirst }}
<div class="float-end">
{% if not d.item.published %}
<span class="badge text-bg-warning">Unpublished</span>