diff options
author | Florian <florianraemisch@web.de> | 2012-01-23 23:33:19 +0100 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2012-02-11 22:44:25 +0100 |
commit | 787220e317ad7b6778c0cc233629f2497b8a27d3 (patch) | |
tree | b7ccd31b61d6f2fa8d6c87043b7d4190aae2f021 | |
parent | 6f32a8cf9a65644ac93b5b7a4c4a8c920a2f713c (diff) |
changed staic path for djangopower and gitsublaborg images
-rw-r--r-- | sublab_project/templates/base.html | 4 |
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> |