diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-10 19:15:57 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-10 19:15:57 +0200 |
commit | ac497191016711fe04065bf13286ba82ee825e0a (patch) | |
tree | ca0b48787288d7ab58e117c095b5b2f191ebd3c2 /hyperkitty/templates | |
parent | fbfe8fc7ea6ba91661027ea51dec290823f9e0bb (diff) | |
download | hyperkitty-ac497191016711fe04065bf13286ba82ee825e0a.tar.gz hyperkitty-ac497191016711fe04065bf13286ba82ee825e0a.tar.xz hyperkitty-ac497191016711fe04065bf13286ba82ee825e0a.zip |
Fix a few remaining bugs
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/thread.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 3fe03f6..be2d875 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -2,6 +2,7 @@ {% load gravatar %} {% load hk_generic %} +{% load storm %} {% block additional_stylesheets %} <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/thread.css" /> |