diff --git a/app/templates/todo/tags.html b/app/templates/todo/tags.html index 3b8a44b..6f094e2 100644 --- a/app/templates/todo/tags.html +++ b/app/templates/todo/tags.html @@ -5,7 +5,26 @@ {% endblock %} {% block content %} - +
+
+
+ +
+ +
+ +
+
+ +
+
+ {% if check_global_perm(current_user, "EDIT_TAGS") %} + {{ _("Edit Tags") }} + {% endif %} +
+
+ +
@@ -29,7 +48,10 @@
Package {% for tag in package.tags %} - {{ tag.title }} + + {{ tag.title }} + {% endfor %}