diff options
author | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2012-01-09 14:21:06 +0100 |
---|---|---|
committer | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2012-01-09 14:21:06 +0100 |
commit | ae37dee28f9a52e422836a925bad8ccf684fe3d8 (patch) | |
tree | d426f6a5d05b3d3a0e3658007931eb77647c6f43 /sublab_project/templates/base.html | |
parent | fc504e04ca77324f6274c2b62b67bde392a9704a (diff) |
Added "Made with Django" badge.
Diffstat (limited to 'sublab_project/templates/base.html')
-rw-r--r-- | sublab_project/templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index e8cad10..ccca784 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -131,6 +131,12 @@ <p class="member"> <a href="{{ STATIC_URL }}pdf/sublab_ev_mitgliedsantrag.pdf">Mitglied werden</a> </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> + </p> </div> <div class="content"> |