Browse Source

Fixed template

Rafał Pitoń 10 years ago
parent
commit
481067f232
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/templates/misago/threads/show.html

+ 1 - 1
misago/templates/misago/threads/show.html

@@ -18,7 +18,7 @@
     <li>
     <li>
       <a href="{{ filtering.url }}">
       <a href="{{ filtering.url }}">
         {% if filtering.is_label %}
         {% if filtering.is_label %}
-        <span class="label label-sololabel-{{ filtering.css_class|default:"default" }}">
+        <span class="label label-solo label-{{ filtering.css_class|default:"default" }}">
           {{ filtering.name }}
           {{ filtering.name }}
         </span>
         </span>
         {% else %}
         {% else %}