summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian <florianraemisch@web.de>2012-01-23 23:13:52 +0100
committerFlorian <florianraemisch@web.de>2012-01-23 23:13:52 +0100
commit319a87250970bb41d552595faddc54ae5344c802 (patch)
treee72cd3d41123e2300035b948c00cc8085047825f
parent0053893fe88f821e9d5bdb8ea59524234d96d94a (diff)
added git sublab org banner
-rw-r--r--sublab_project/templates/base.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html
index 7368022..9a4bbca 100644
--- a/sublab_project/templates/base.html
+++ b/sublab_project/templates/base.html
@@ -116,7 +116,13 @@
</p>
<hr>
<p class="centeredImage topMargin">
- <a href="http://www.djangoproject.com/"><img class="contentimage" src="http://media.djangoproject.com/img/badges/djangomade124x25_grey.gif" border="0" alt="Made with Django." title="Made with Django." /></a>
+ <a href="http://www.djangoproject.com/" class="img">
+ <img src="/static/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">
+ </a>
</p>
</div>