summaryrefslogtreecommitdiff
path: root/sublab_project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'sublab_project/templates/base.html')
-rw-r--r--sublab_project/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html
index 6db50c8..9c0aa41 100644
--- a/sublab_project/templates/base.html
+++ b/sublab_project/templates/base.html
@@ -121,11 +121,11 @@
<hr>
<p class="centeredImage topMargin">
<a href="http://www.djangoproject.com/" class="img">
- <img src="/static/img/djangopower.png" alt="Made with Django." title="Made with Django." />
+ <img src="{{ STATIC_URL }}/img/djangopower.png" alt="Made with Django." title="Made with Django." />
</a>
<br>
<a href="http://git.sublab.org/subweb" class="img">
- <img src="/static/img/gitsublaborg.png" alt="git.sublab.org">
+ <img src="{{ STATIC_URL }}/img/gitsublaborg.png" alt="git.sublab.org">
</a>
</p>
</div>