From 92c136bedf99997cde04d7683952a8ec7555dca6 Mon Sep 17 00:00:00 2001 From: lxf Date: Thu, 28 Oct 2021 21:28:04 -0400 Subject: lttr: more template bugs --- app/lttr/templates/lttr/postcard_subscribe.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/lttr') diff --git a/app/lttr/templates/lttr/postcard_subscribe.html b/app/lttr/templates/lttr/postcard_subscribe.html index 627160b..4d917dc 100644 --- a/app/lttr/templates/lttr/postcard_subscribe.html +++ b/app/lttr/templates/lttr/postcard_subscribe.html @@ -14,13 +14,13 @@ -
{% csrf_token %} + {% csrf_token %} {% for field in form %}
{{field.label_tag}} {%ifequal field.name "address"%}
{{ field }}
{%else%}{{field}}{%endifequal%}
- {% if forloop.last %}{%endif%} + {% if forloop.last %}{%endif%} {% if field.errors %}{{field.errors}}{% endif %} {%endfor%}
-- cgit v1.2.3-70-g09d2