From e1bf6dd56256eddfbed2909fd658406755ce06f2 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 2 Dec 2021 17:09:37 -0800 Subject: [PATCH] fix(fastapi): restore stripped whitespace in archdev-navbar Signed-off-by: Kevin Morris --- templates/partials/archdev-navbar.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/templates/partials/archdev-navbar.html b/templates/partials/archdev-navbar.html index dc2377fe..98bb1841 100644 --- a/templates/partials/archdev-navbar.html +++ b/templates/partials/archdev-navbar.html @@ -54,17 +54,10 @@ {% else %} {# All guest users see Register #} -
  • - - {% trans %}Register{% endtrans %} - -
  • +
  • {% trans %}Register{% endtrans %}
  • + {# All guest users see Login #} -
  • - - {% trans %}Login{% endtrans %} - -
  • +
  • {% trans %}Login{% endtrans %}
  • {% endif %}