Fix footer visibility finally
This commit is contained in:
parent
216f196228
commit
66e99fae13
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user