From 9e4ff01b176eef57f0ce13663b4b359856df971b Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 6 Apr 2021 12:05:10 +0200 Subject: [PATCH] improve login, register UI --- app/auth/templates/auth/login.html | 2 +- app/auth/templates/auth/register.html | 2 +- templates/single.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/auth/templates/auth/login.html b/app/auth/templates/auth/login.html index 9ee919e3..82169c9f 100644 --- a/app/auth/templates/auth/login.html +++ b/app/auth/templates/auth/login.html @@ -13,7 +13,7 @@ {% endif %} -
+ {{ form.csrf_token }}
Welcome back!
diff --git a/app/auth/templates/auth/register.html b/app/auth/templates/auth/register.html index 8129f841..b95b0d2d 100644 --- a/app/auth/templates/auth/register.html +++ b/app/auth/templates/auth/register.html @@ -5,7 +5,7 @@ {% endblock %} {% block single_content %} - + {{ form.csrf_token }}
Create new account
diff --git a/templates/single.html b/templates/single.html index eff6daa1..4b151f01 100644 --- a/templates/single.html +++ b/templates/single.html @@ -4,7 +4,7 @@
-
+