diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-07-11 17:18:25 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-07-11 17:18:25 +0200 |
commit | 39deff37c950534d2a44e4bd040e49118b34a731 (patch) | |
tree | 5f950b3c0c9e2ca81b1c6192ea1ef280e0ec7e90 /hyperkitty/templates/thread.html | |
parent | 2c7c64b084040ad0666b15c511ff18bb96fc79b9 (diff) | |
download | hyperkitty-39deff37c950534d2a44e4bd040e49118b34a731.tar.gz hyperkitty-39deff37c950534d2a44e4bd040e49118b34a731.tar.xz hyperkitty-39deff37c950534d2a44e4bd040e49118b34a731.zip |
Add the category on the threads list
Diffstat (limited to 'hyperkitty/templates/thread.html')
-rw-r--r-- | hyperkitty/templates/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index ad07d9f..04e9522 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -27,7 +27,7 @@ {% endif %} {% endfor %} <h1>{{ subject }}</h1> - <div id="thread-category"> + <div class="thread-category"> {% include 'threads/category.html' %} </div> </div> |