Skip to content
Snippets Groups Projects
Commit 06543f5e authored by Andreas Valder's avatar Andreas Valder
Browse files

closes #56

parent b191427d
Branches
No related tags found
No related merge requests found
...@@ -119,6 +119,7 @@ ...@@ -119,6 +119,7 @@
</div> </div>
</div> </div>
</div> </div>
{% block footer %}
<footer class="footer hidden-print"> <footer class="footer hidden-print">
<div class="container-fluid"> <div class="container-fluid">
<ul class="list-inline" style="margin-top: 5px;"> <ul class="list-inline" style="margin-top: 5px;">
...@@ -139,6 +140,7 @@ ...@@ -139,6 +140,7 @@
</li> </li>
</div> </div>
</footer> </footer>
{% endblock %}
</body> </body>
{% if ismod() %} {% if ismod() %}
<script> <script>
......
...@@ -14,3 +14,5 @@ ...@@ -14,3 +14,5 @@
</div> </div>
{% endblock %} {% endblock %}
{% block footer %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment