From a3a4ce32f0596ff0bf48c7cc04292389e0d9627d Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Jul 2013 19:44:22 +0200 Subject: Move static files into the hyperkitty prefix --- hyperkitty/templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/templates/thread.html') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 04e9522..09aa8d6 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -56,7 +56,7 @@ {% if is_bot %} {% include 'ajax/replies.html' %} {% else %} - Loading... + Loading... {% endif %} -- cgit