diff options
Diffstat (limited to 'hyperkitty/templates/overview.html')
-rw-r--r-- | hyperkitty/templates/overview.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hyperkitty/templates/overview.html b/hyperkitty/templates/overview.html index 9fc3336..8d521a6 100644 --- a/hyperkitty/templates/overview.html +++ b/hyperkitty/templates/overview.html @@ -91,9 +91,11 @@ style="background-color:{{category.color}}" >{{ category.name|upper }} </h4> + <ul> {% for thread in threads %} - {% include "threads/summary_thread.html" %} + <li>{% include "threads/summary_thread.html" %}</li> {% endfor %} + </ul> {% empty %} <p>No category has been set this month (yet).</p> {% endfor %} |