From b87ff162c1404cb30790d791e9907fa87448d870 Mon Sep 17 00:00:00 2001 From: Gregoo Date: Mon, 3 Feb 2025 16:06:56 +0100 Subject: [PATCH] Center not found message for metadata --- templates/admin/owner.html | 2 +- templates/admin/status.html | 2 +- templates/admin/tag.html | 2 +- templates/set/management.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/admin/owner.html b/templates/admin/owner.html index 7447a6d..8c7c261 100644 --- a/templates/admin/owner.html +++ b/templates/admin/owner.html @@ -22,7 +22,7 @@ {% endfor %} {% else %} -
  • No owner found.
  • +
  • No owner found.
  • {% endif %}
  • diff --git a/templates/admin/status.html b/templates/admin/status.html index a73462a..609bc68 100644 --- a/templates/admin/status.html +++ b/templates/admin/status.html @@ -33,7 +33,7 @@
  • {% endfor %} {% else %} -
  • No status found.
  • +
  • No status found.
  • {% endif %}
  • diff --git a/templates/admin/tag.html b/templates/admin/tag.html index 7c67a56..c3ca1f6 100644 --- a/templates/admin/tag.html +++ b/templates/admin/tag.html @@ -22,7 +22,7 @@
  • {% endfor %} {% else %} -
  • No tag found.
  • +
  • No tag found.
  • {% endif %}
  • diff --git a/templates/set/management.html b/templates/set/management.html index 9b48448..f80830b 100644 --- a/templates/set/management.html +++ b/templates/set/management.html @@ -6,7 +6,7 @@
  • {{ form.checkbox(item, owner, delete=delete) }}
  • {% endfor %} {% else %} -
  • No owner found.
  • +
  • No owner found.
  • {% endif %}
    @@ -20,7 +20,7 @@
  • {{ form.checkbox(item, tag, delete=delete) }}
  • {% endfor %} {% else %} -
  • No tag found.
  • +
  • No tag found.
  • {% endif %}