From 806638888e3a5327644d3b49e474d4e0bd9a2ff9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 2 Aug 2021 16:24:36 -0700 Subject: [PATCH] Stay on page when logging in from top bar Was this bugging other people? It bugged me to no end. --- bookwyrm/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 45e2be39..c215648f 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -151,7 +151,7 @@ {% if request.path != '/login' and request.path != '/login/' %}
-
+ {% csrf_token %}