From 9655bd421022dd6488b21184cc9fd0242c6b345e Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 8 Dec 2009 22:50:45 -0500 Subject: added interesting and ignored tag selectors (works) and per-tag subscription (not tested yet) --- templates/tag_selector.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 templates/tag_selector.html (limited to 'templates/tag_selector.html') diff --git a/templates/tag_selector.html b/templates/tag_selector.html new file mode 100644 index 00000000..6edc5cc8 --- /dev/null +++ b/templates/tag_selector.html @@ -0,0 +1,42 @@ +{% load i18n %} +{% load extra_tags %} +
+

{% trans "Interesting tags" %}

+
+ {% for tag_name in interesting_tag_names %} + {% spaceless %} + + + + + {% endspaceless %} + {% endfor %} +
+ + +

{% trans "Ignored tags" %}

+
+ {% for tag_name in ignored_tag_names %} + {% spaceless %} + + + + + {% endspaceless %} + {% endfor %} +
+ + +

+ + +

+

-- cgit v1.2.3-1-g7c22