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 @@
-
+