diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-07-11 19:44:22 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-07-11 19:44:22 +0200 |
commit | a3a4ce32f0596ff0bf48c7cc04292389e0d9627d (patch) | |
tree | fde894d4ecb2c2fa337efad35a114a5bbd4b1ec8 /hyperkitty/templates/index.html | |
parent | 7660b947f88493bc241f8af3e1e855f75e1d9cd7 (diff) | |
download | hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.gz hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.xz hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.zip |
Move static files into the hyperkitty prefix
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r-- | hyperkitty/templates/index.html | 4 |
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 %} |