diff options
Diffstat (limited to 'sublab_project/templates')
-rw-r--r-- | sublab_project/templates/base.html | 8 |
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> |