Fixing tag cloud
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 9 May 2013 12:56:32 +0000 (14:56 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 9 May 2013 12:56:32 +0000 (14:56 +0200)
questions/templates/questions/question_list.html

index fb7c350..014e664 100755 (executable)
@@ -32,7 +32,7 @@ doświadczenie doradcze w tej tematyce.</p>
     <h2>Filtruj pytania</h2>
     Wybierz kategorię tematów:
     <div id="questions-categories">
-    <a href="#" {% if not tag.category %}class="selected"{% endif %} data-category-id="0">bez kategorii</a>
+    <a href="#" {% if tag and not tag.category %}class="selected"{% endif %} data-category-id="0">bez kategorii</a>
     {% 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 %}