From 06543f5e2dbfebe4f60af5fc675fe76b31ed38a5 Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Mon, 10 Oct 2016 01:18:55 +0200 Subject: [PATCH] closes #56 --- templates/base.html | 2 ++ templates/embed.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/templates/base.html b/templates/base.html index d036b5d..21aac83 100644 --- a/templates/base.html +++ b/templates/base.html @@ -119,6 +119,7 @@ </div> </div> </div> + {% block footer %} <footer class="footer hidden-print"> <div class="container-fluid"> <ul class="list-inline" style="margin-top: 5px;"> @@ -139,6 +140,7 @@ </li> </div> </footer> + {% endblock %} </body> {% if ismod() %} <script> diff --git a/templates/embed.html b/templates/embed.html index 2aca631..1c5fd04 100644 --- a/templates/embed.html +++ b/templates/embed.html @@ -14,3 +14,5 @@ </div> {% endblock %} +{% block footer %} +{% endblock %} -- GitLab