summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/lttr/templates/lttr/postcard_subscribe.html2
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>