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 %}