Fix footer visibility finally

This commit is contained in:
Götz 2019-04-13 02:39:26 +02:00
parent 216f196228
commit 66e99fae13

View File

@ -47,7 +47,7 @@
{% block content %}{% endblock %}
{% endblock %}
{% if not realms or not realm %}
{% if not realms and not realm %}
<footer class="bg-light footer mt-auto py-3 text-center">
<div class="container">
@ -66,4 +66,4 @@
<script src="{{ static('js/main.js') }}"></script>
</body>
</html>
</html>