Add link to search from tag edit page

This commit is contained in:
rubenwardy 2023-05-12 01:08:22 +01:00
parent 7df1b8cc0f
commit ed8ce8c16c

@ -26,5 +26,10 @@
<small class="form-text text-muted">Whether non-Editors can add this tag to packages</small>
</div>
{{ render_submit_field(form.submit) }}
{% if tag %}
<a class="ml-5" target="_blank" href="{{ url_for('packages.list_all', tag=tag.name) }}">
View packages with tag
</a>
{% endif %}
</form>
{% endblock %}