diff options
Diffstat (limited to 'design/templates/lttr/subscriber_form.html')
-rw-r--r-- | design/templates/lttr/subscriber_form.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/design/templates/lttr/subscriber_form.html b/design/templates/lttr/subscriber_form.html index ded2c5f..c495cfa 100644 --- a/design/templates/lttr/subscriber_form.html +++ b/design/templates/lttr/subscriber_form.html @@ -17,9 +17,10 @@ {{field.label_tag}} {{field}} </fieldset> - {%endfor%} - <input type="submit" name="post" class="submit-post btn btn-hollow" value="Subscribe" /> + {% if forloop.last %}<input type="submit" name="post" class="submit-post btn btn-hollow" value="Subscribe" />{%endif%} </form> + <small class="alert">{% if field.errors %}{{field.errors}}{% endif %}</small> + {%endfor%} <p>Join <em>Friends of a Long Year</em>, an infrequent mailing that will keep you up-to-date with luxagraf and offer some thoughts on topics like travel, photography, the natural world, tools, walking and other ephemera. It comes about twice a month, sometimes less, sometimes more. Unsubscribing is easy. It's all self-hosted, secure, and <a href="/privacy" title="My privacy policy">private</a>.</p> <p>The name comes from the great early 20th century explorer and desert rat, Mary Hunter Austin, whose collected essays, <a href="https://archive.org/details/lostbordersillu00brotgoog/page/n8"><cite>Lost Borders</cite></a> is dedicated to the "Friends of a Long Year". This somewhoat inscrutable dedication grabbed me, and seemed like the perfect name for this mailing list.</p> </div> |