From 5ad31a8ca432d070563477acdef22cf1fdf1c923 Mon Sep 17 00:00:00 2001 From: Hubert Date: Fri, 2 Jul 2021 07:04:00 +0200 Subject: [PATCH] menu bar --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 09a7fd2..5069fe2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,14 +15,14 @@ {% match user_opt %} {% when Some with (user) %}
- - - Log out {% when None %} Log in {% endmatch %}