From d2db56162f68514959a61e01b35dae789a0eb420 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 1 Sep 2018 14:09:41 +0100 Subject: [PATCH] login: Fix when no next parameter is given Signed-off-by: Michael Tremer --- src/templates/auth/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/auth/login.html b/src/templates/auth/login.html index 5bf91c75..f591468d 100644 --- a/src/templates/auth/login.html +++ b/src/templates/auth/login.html @@ -12,7 +12,7 @@
{% raw xsrf_form_html() %} - + -- 2.47.3