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