From 6d4f9981f7c3e34dea1f85b6d58eca4cbc11fe21 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Tue, 22 Nov 2022 11:17:59 +0200 Subject: [PATCH] fix login and logout buttons decorations --- .../ahriman/templates/build-status.jinja2 | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/package/share/ahriman/templates/build-status.jinja2 b/package/share/ahriman/templates/build-status.jinja2 index 7306953b..eeca8ded 100644 --- a/package/share/ahriman/templates/build-status.jinja2 +++ b/package/share/ahriman/templates/build-status.jinja2 @@ -87,13 +87,17 @@ {% endif %} {% if auth.enabled %} - {% if auth.username is none %} - {{ auth.control|safe }} - {% else %} -
- -
- {% endif %} + {% endif %}