From 8188fbc7bbacefe9ae806fdb2eb7f37e72cda026 Mon Sep 17 00:00:00 2001 From: kyomi Date: Tue, 14 Nov 2023 21:53:28 -0300 Subject: [PATCH] style(templates/registration): add an extra space between the form and the template tag --- templates/registration/login.html | 1 + templates/registration/register.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/registration/login.html b/templates/registration/login.html index 7c0382a..1f3b94c 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -38,4 +38,5 @@ + {% endblock %} diff --git a/templates/registration/register.html b/templates/registration/register.html index be522c4..bde20b2 100644 --- a/templates/registration/register.html +++ b/templates/registration/register.html @@ -36,4 +36,5 @@ + {% endblock content %}