Fix footer
This commit is contained in:
parent
2ed9feda46
commit
3c92d3eba7
@ -10,7 +10,7 @@
|
||||
<title>LAMa</title>
|
||||
<link rel="icon"
|
||||
type="image/png"
|
||||
href="{{ static('images/logo.png') }}">
|
||||
href="{{ static('images/lama.svg') }}">
|
||||
<meta name="author" content="Michael Götz"/>
|
||||
{% block js_extra %}{% endblock %}
|
||||
<!-- Bootstrap CSS -->
|
||||
@ -47,7 +47,7 @@
|
||||
{% block content %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
{% if not realms or realm %}
|
||||
{% if not realms or not realm %}
|
||||
|
||||
<footer class="bg-light footer mt-auto py-3 text-center">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user