From: Aleksander Łukasz Date: Thu, 9 May 2013 13:00:22 +0000 (+0200) Subject: Tweaking tag clounds look X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/8cff0ee70ee28ebb597f9bffd05aab147c2a1cd7 Tweaking tag clounds look --- 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 %}