summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Zapke-Grùˆndemann <markus@keimlink.de>2012-01-23 23:24:13 +0100
committerMarkus Zapke-Grùˆndemann <markus@keimlink.de>2012-01-23 23:24:13 +0100
commit22fe84c00b219a60863fb6693cebe7d638a9b63d (patch)
tree4f018b3dcc9b036c22f6cffb028aef0268cb20dd
parente97e418054c7af22558ba37b647ff25ed091d0ce (diff)
parent319a87250970bb41d552595faddc54ae5344c802 (diff)
Merge branch 'master' of sublab.org:subweb
-rw-r--r--sublab_project/templates/base.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html
index cd0cd30..9a4bbca 100644
--- a/sublab_project/templates/base.html
+++ b/sublab_project/templates/base.html
@@ -116,8 +116,12 @@
</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 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>