Missing font size setting in the lower cloud
[prawokultury.git] / questions / templates / questions / question_list.html
index 7c61881..3d8fe7b 100755 (executable)
@@ -43,8 +43,8 @@ doświadczenie doradcze w tej tematyce.</p>
         <div class="questions-tags-group" data-category-id="{{category_id}}">
         Wyświetl tylko na temat:
         {% for atag in tag_list %} {% if not forloop.first %}/{% endif %}
-            {% if atag == tag %}<strong>{{ atag }}</strong>
-            {% else %}<a href="?tag={{ atag.slug }}">{{ atag }}</a>
+            {% if atag == tag %}<strong style="font-size: {{atag.factor}}em;">{{ atag }}</strong>
+            {% else %}<a href="?tag={{ atag.slug }}" style="font-size: {{atag.factor}}em;">{{ atag }}</a>
             {% endif %}
         {% endfor %}
         </div>