diff --git a/templates/base.html b/templates/base.html index d036b5d9435125c32153133958ecdad247c4a633..21aac8398d4e60acc85c03a905a087ffef2956ab 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 2aca631f7574714ec41f3b49429aebb94df98d57..1c5fd04e203ca332fab8c53b2461e7dc9f3286c0 100644 --- a/templates/embed.html +++ b/templates/embed.html @@ -14,3 +14,5 @@ </div> {% endblock %} +{% block footer %} +{% endblock %}