Browse Source

Fixed forums template to look better with long descriptions.

Ralfp 12 years ago
parent
commit
3c26a1e516
2 changed files with 2 additions and 2 deletions
  1. 1 1
      templates/sora/category.html
  2. 1 1
      templates/sora/threads/list.html

+ 1 - 1
templates/sora/category.html

@@ -17,7 +17,7 @@
   <ul class="breadcrumb">
     {{ self.breadcrumb() }}</li>
   </ul>
-  <h1>{{ category.name }}{% if category.description %} <small>{{ category.description }}</small>{% endif %}</h1>
+  <h1>{{ category.name }}{% if category.description %}<br><small>{{ category.description }}</small>{% endif %}</h1>
 </div>
 {% if category.subforums %}
 <div class="forums-list">

+ 1 - 1
templates/sora/threads/list.html

@@ -18,7 +18,7 @@
   <ul class="breadcrumb">
     {{ self.breadcrumb() }}</li>
   </ul>
-  <h1>{{ forum.name }}{% if forum.description %} <small>{{ forum.description }}</small>{% endif %}</h1>
+  <h1>{{ forum.name }}{% if forum.description %}<br><small>{{ forum.description }}</small>{% endif %}</h1>
 </div>
 {% if forum.subforums %}
 <div class="forums-list subforums-list">