From 15bbc35e656421d415cd6cba8accb83a77e7d84f Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 15 Jul 2020 00:21:20 +0100 Subject: Use query builder in tag list, add link to todo page --- app/templates/todo/list.html | 17 ++++++++++++++++- app/templates/todo/tags.html | 4 ++-- 2 files changed, 18 insertions(+), 3 deletions(-) (limited to 'app/templates') diff --git a/app/templates/todo/list.html b/app/templates/todo/list.html index ef5025e..4d0b75c 100644 --- a/app/templates/todo/list.html +++ b/app/templates/todo/list.html @@ -99,6 +99,22 @@

{% endif %} + +

Tag Packages

+ +

+ {{ total_to_tag }} / {{ total_packages }} packages don't have any tags. +

+ +
+ {% set perc = 100 * (total_packages - total_to_tag) / total_packages %} +
+
+ + View Tags + +

Unadded Topic List

{% if total_topics > 0 %} @@ -119,5 +135,4 @@ The forum topic crawler needs to run at least once for this section to work.

{% endif %} - {% endblock %} diff --git a/app/templates/todo/tags.html b/app/templates/todo/tags.html index e7675f8..04f270a 100644 --- a/app/templates/todo/tags.html +++ b/app/templates/todo/tags.html @@ -36,9 +36,9 @@ {% for tag in package.tags %} {{ tag.title }} {% endfor %} - + {% endfor %} -- cgit v1.2.3