X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/b9516daaa9f53a5bdbea02bd679fc9f89387d727..8cff0ee70ee28ebb597f9bffd05aab147c2a1cd7:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index fb7c350..f279208 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -32,8 +32,8 @@ doświadczenie doradcze w tej tematyce.

Filtruj pytania

Wybierz kategorię tematów:
- bez kategorii - {% for category in tag_categories %} / + bez kategorii + {% 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 %}