From 337a458c4d2e06ce611fff60cb592df3bb96f88e Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 14 Feb 2022 21:15:36 -0500 Subject: lib: got rid of all ifequal in templates --- app/lttr/templates/lttr/postcard_subscribe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/lttr') diff --git a/app/lttr/templates/lttr/postcard_subscribe.html b/app/lttr/templates/lttr/postcard_subscribe.html index 7f96503..17d1564 100644 --- a/app/lttr/templates/lttr/postcard_subscribe.html +++ b/app/lttr/templates/lttr/postcard_subscribe.html @@ -19,7 +19,7 @@ html { overflow: hidden;} {% for field in form %}
{{field.label_tag}} - {%ifequal field.name "address"%}
{{ field }}
{%else%}{{field}}{%endifequal%} + {%if field.name == "address"%}
{{ field }}
{%else%}{{field}}{%endif%}
{% if forloop.last %}{%endif%} {% if field.errors %}{{field.errors}}{% endif %} -- cgit v1.2.3-70-g09d2