diff options
Diffstat (limited to 'design/templates/lttr/subscriber_form.html')
-rw-r--r-- | design/templates/lttr/subscriber_form.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/design/templates/lttr/subscriber_form.html b/design/templates/lttr/subscriber_form.html index c495cfa..3fb906a 100644 --- a/design/templates/lttr/subscriber_form.html +++ b/design/templates/lttr/subscriber_form.html @@ -10,7 +10,7 @@ </ul> <main role="main" id="essay-archive" class="essay-archive archive-list"> <div class="essay-intro"> - <h2>Sign up for the newsletter.</h2> + <h2>Join the <em>Friends of a Long Year</em>.</h2> <form action="" method="post" class="generic-form flex">{% csrf_token %} {% for field in form %} <fieldset> @@ -21,8 +21,8 @@ </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> + <p>Say what? <em>Friends of a Long Year</em> is 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 somewhat inscrutable dedication grabbed me, and seemed like the perfect name for this mailing list.</p> </div> <h1 class="topic-hed">Letters</h1> <ul>{% for object in object_list %} |