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

Filtruj pytania

Wybierz kategorię tematów:
- bez kategorii - {% for category in tag_categories %} / + {% if has_uncategorized_tags %} + bez kategorii + {% endif %} + {% for category in tag_categories %} {{category}} {% endfor %}
@@ -42,7 +44,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 %}