From 215e2946d13414cd773b3b98dced379b92ddf063 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 6 Nov 2023 13:14:16 -0500 Subject: [PATCH] Make the login page look a bit better by adding some white space --- templates/auth/login.dj.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/auth/login.dj.html b/templates/auth/login.dj.html index d24cbea..92bd349 100644 --- a/templates/auth/login.dj.html +++ b/templates/auth/login.dj.html @@ -22,12 +22,12 @@ action="{% url 'login' %}"> {% csrf_token %} {% for field in form %} -
+
{% render_field field class="form-control" %}
{% endfor %} - + {% endblock %}