summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r--hyperkitty/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html
index 181edb2..fc711b2 100644
--- a/hyperkitty/templates/index.html
+++ b/hyperkitty/templates/index.html
@@ -26,7 +26,7 @@
</p>
<p class="list-address">{{ mlist.name }}</p>
<p class="list-description"></p>
- <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}img/ajax-loader.gif" />
+ <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}hyperkitty/img/ajax-loader.gif" />
</a>
</div>
{% if forloop.counter|divisibleby:"4" %}
@@ -40,7 +40,7 @@
</div>
-<img id="logo" alt="HyperKitty" src="{{STATIC_URL}}img/logo.png" />
+<img id="logo" alt="HyperKitty" src="{{STATIC_URL}}hyperkitty/img/logo.png" />
{% endblock %}