summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/thread.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-10 19:12:07 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-10 19:12:07 +0200
commit363765ccf154b1cc9734edcf4c249049d9284b30 (patch)
tree0000af97b2ca88ee0b92f5ac666a9a91682f0e7e /hyperkitty/templates/thread.html
parent70c2df2a983ab6cd8ae808132d9c1bb8556086cd (diff)
Improve styling in headers and thread view
Diffstat (limited to 'hyperkitty/templates/thread.html')
-rw-r--r--hyperkitty/templates/thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html
index b019d8a..3fe03f6 100644
--- a/hyperkitty/templates/thread.html
+++ b/hyperkitty/templates/thread.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load gravatar %}
-{% load storm %}
+{% load hk_generic %}
{% block additional_stylesheets %}
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/thread.css" />