From e9ae001665fb9889bf1d0421e85e640d5042ecd7 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Mon, 10 Jun 2024 14:27:12 +0200 Subject: [PATCH] Tiny fix with Logout button margins --- theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/base.html b/theme/templates/base.html index b86bcad..f412bf1 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -28,7 +28,7 @@
Login
{# I don't think this is actually ever shown in practice, because you must always be logged in #} {% else %}
Profile
-
{% csrf_token %}
+
{% csrf_token %}
{% endif %}