diff options
author | Florian <florianraemisch@web.de> | 2012-01-23 21:53:56 +0100 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2012-01-23 22:01:23 +0100 |
commit | e2be12af061b667a334d346cc0d68631f275f4fa (patch) | |
tree | 3fda3840f0548cd47dcc58a0b1365a328095d29e /sublab_project/templates/base.html | |
parent | e01c2cc6bdd1615796cdee62f4d46bc65b32ec21 (diff) |
changed django banner
Diffstat (limited to 'sublab_project/templates/base.html')
-rw-r--r-- | sublab_project/templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index cd0cd30..8102259 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -116,9 +116,7 @@ </p> <hr> <p class="centeredImage topMargin"> - <a href="http://www.djangoproject.com/" class="noBorder"> - <img src="{{ STATIC_URL }}img/badges/djangomade124x25.gif" border="0" alt="Made with Django." title="Made with Django." class="noBorder" /> - </a> + <a href="http://www.djangoproject.com/"><img src="http://media.djangoproject.com/img/badges/djangomade124x25_grey.gif" border="0" alt="Made with Django." title="Made with Django." /></a> </p> </div> |