X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/b9516daaa9f53a5bdbea02bd679fc9f89387d727..502c23e98a2d5dafcc0b6f28699acd113f0e89b3:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index fb7c350..86648f2 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -5,7 +5,7 @@ {% block "titleextra" %}Pierwsza pomoc w prawie autorskim :: {% endblock %} {% block "body" %} -

Pierwsza pomoc w prawie autorskim

+

Pierwsza pomoc w prawie autorskim: zapytaj prawnika

Zadaj nam pytanie!

@@ -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 %}