diff options
author | lxf <sng@luxagraf.net> | 2021-10-28 21:25:57 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-28 21:25:57 -0400 |
commit | 2feb2a7b3620c8445e1faf24344a9f1d51636b2f (patch) | |
tree | 95e278c9d7c89f3b94316189c6e572b8c734903c /app/lttr/templates | |
parent | d50a1dbcb8f7ed42673c3c1fe0040cc0e24a8462 (diff) |
lttr: fixed template bug
Diffstat (limited to 'app/lttr/templates')
-rw-r--r-- | app/lttr/templates/lttr/postcard_subscribe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/templates/lttr/postcard_subscribe.html b/app/lttr/templates/lttr/postcard_subscribe.html index 8175d43..627160b 100644 --- a/app/lttr/templates/lttr/postcard_subscribe.html +++ b/app/lttr/templates/lttr/postcard_subscribe.html @@ -21,8 +21,8 @@ {%ifequal field.name "address"%}<div class="textarea-rounded">{{ field }}</div>{%else%}{{field}}{%endifequal%} </fieldset> {% if forloop.last %}<input type="submit" name="post" class="btn" value="Subscribe" />{%endif%} - </form> <small class="alert">{% if field.errors %}{{field.errors}}{% endif %}</small> {%endfor%} + </form> </body> </html> |