summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian <florianraemisch@web.de>2012-01-23 21:53:56 +0100
committerFlorian <florianraemisch@web.de>2012-01-23 22:01:23 +0100
commite2be12af061b667a334d346cc0d68631f275f4fa (patch)
tree3fda3840f0548cd47dcc58a0b1365a328095d29e
parente01c2cc6bdd1615796cdee62f4d46bc65b32ec21 (diff)
changed django banner
-rw-r--r--sublab_project/templates/base.html4
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>