From 3c92d3eba79b128b57120bd4b96599c201eaa022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20G=C3=B6tz?= Date: Sat, 13 Apr 2019 01:20:34 +0200 Subject: [PATCH] Fix footer --- src/templates/base.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/base.jinja2 b/src/templates/base.jinja2 index 1ae7cf5..b319cd8 100644 --- a/src/templates/base.jinja2 +++ b/src/templates/base.jinja2 @@ -10,7 +10,7 @@ LAMa + href="{{ static('images/lama.svg') }}"> {% block js_extra %}{% endblock %} @@ -47,7 +47,7 @@ {% block content %}{% endblock %} {% endblock %} -{% if not realms or realm %} +{% if not realms or not realm %}