diff options
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"> |