From 8785a99621748963ab8427544b41a6bf483f3796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 7 Mar 2020 11:16:51 +0100 Subject: [PATCH] Fix incorrect space between buttons --- snikket_web/templates/user_logout.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snikket_web/templates/user_logout.html b/snikket_web/templates/user_logout.html index 34363ac..bc59552 100644 --- a/snikket_web/templates/user_logout.html +++ b/snikket_web/templates/user_logout.html @@ -8,8 +8,7 @@

Click below to log yourself out of the web portal. This does not affect any other connected devices.

{{ form.csrf_token }}
- Back - + Back
{% endblock %}