From ed8ce8c16c14e3784649163841c8f04aba672490 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 12 May 2023 01:08:22 +0100 Subject: [PATCH] Add link to search from tag edit page --- app/templates/admin/tags/edit.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/templates/admin/tags/edit.html b/app/templates/admin/tags/edit.html index 75a0c76f..039c29a3 100644 --- a/app/templates/admin/tags/edit.html +++ b/app/templates/admin/tags/edit.html @@ -26,5 +26,10 @@ Whether non-Editors can add this tag to packages {{ render_submit_field(form.submit) }} + {% if tag %} + + View packages with tag + + {% endif %} {% endblock %}