From 5191f00304154f7cc060e28b28c5800a9030a160 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 23 Nov 2024 11:38:33 -0600 Subject: jrnl: fixed signup form padding --- app/lttr/templates/lttr/subscribe.html | 4 ++-- app/posts/templates/posts/jrnl_list.html | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/lttr/templates/lttr/subscribe.html b/app/lttr/templates/lttr/subscribe.html index e73ca73..8ddb03b 100644 --- a/app/lttr/templates/lttr/subscribe.html +++ b/app/lttr/templates/lttr/subscribe.html @@ -8,8 +8,8 @@ href="/media/screenv10.css" media="screen"> - -
{% csrf_token %} + + {% csrf_token %} {% for field in form %}
{{field.label_tag}} diff --git a/app/posts/templates/posts/jrnl_list.html b/app/posts/templates/posts/jrnl_list.html index 8e3c4df..93d64ad 100644 --- a/app/posts/templates/posts/jrnl_list.html +++ b/app/posts/templates/posts/jrnl_list.html @@ -47,8 +47,7 @@ {% endblock %} -- cgit v1.2.3