'Ask a lawyer' updates
[prawokultury.git] / questions / templates / questions / question_list.html
index f279208..86648f2 100755 (executable)
@@ -5,7 +5,7 @@
 
 {% block "titleextra" %}Pierwsza pomoc w prawie autorskim :: {% endblock %}
 {% block "body" %}
-<h1>Pierwsza pomoc w prawie autorskim</h1>
+<h1>Pierwsza pomoc w prawie autorskim: zapytaj prawnika</h1>
 
 <div class="normal">
 <h2>Zadaj nam pytanie!</h2>
@@ -32,7 +32,9 @@ doświadczenie doradcze w tej tematyce.</p>
     <h2>Filtruj pytania</h2>
     Wybierz kategorię tematów:
     <div id="questions-categories">
+    {% if has_uncategorized_tags %}
     <a href="#" {% if tag and not tag.category %}class="selected"{% endif %} data-category-id="0">bez kategorii</a>
+    {% endif %}
     {% for category in tag_categories %}
             <a href="#" style="font-size: {{category.cloud_size}}em;" {% if tag.category == category %}class="selected"{% endif %} data-category-id="{{category.id}}">{{category}}</a>
     {% endfor %}