From eeac2e750c0599f2309f3740a219d871c2d67f32 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Sun, 16 Nov 2025 20:08:50 +0100 Subject: [PATCH] Link to 'all tags' in the 'tags' RHS box --- issues/templates/issues/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/issues/templates/issues/base.html b/issues/templates/issues/base.html index dcd0ac7..69eb0d7 100644 --- a/issues/templates/issues/base.html +++ b/issues/templates/issues/base.html @@ -246,6 +246,9 @@ {% endfor %} + +
{% translate "All tags..." %}
+ {% endif %}