From 8cff0ee70ee28ebb597f9bffd05aab147c2a1cd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 9 May 2013 15:00:22 +0200 Subject: [PATCH] Tweaking tag clounds look --- questions/templates/questions/question_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 014e664..f279208 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -33,7 +33,7 @@ doświadczenie doradcze w tej tematyce.

Wybierz kategorię tematów:
bez kategorii - {% for category in tag_categories %} / + {% for category in tag_categories %} {{category}} {% endfor %}
@@ -42,7 +42,7 @@ doświadczenie doradcze w tej tematyce.

{% for category_id, tag_list in tag_lists.items %}
Wyświetl tylko na temat: - {% for atag in tag_list %} {% if not forloop.first %}/{% endif %} + {% for atag in tag_list %} {% if atag == tag %}{{ atag }} {% else %}{{ atag }} {% endif %} -- 2.20.1