diff options
author | luxagraf <sng@luxagraf> | 2021-03-06 09:29:32 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-03-06 09:29:32 -0500 |
commit | f10421dac7557e71ca447d6933c6045b89e63846 (patch) | |
tree | 3d99148d8c8cda68e12465ddcaa7c38845ba4451 /app/lttr | |
parent | 0c5cfeb846944981687a95d171b067799ecc8619 (diff) |
added signup to bottom of Range detail pages
Diffstat (limited to 'app/lttr')
-rw-r--r-- | app/lttr/templates/lttr/range_detail.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/lttr/templates/lttr/range_detail.html b/app/lttr/templates/lttr/range_detail.html index b520d79..8d74eb9 100644 --- a/app/lttr/templates/lttr/range_detail.html +++ b/app/lttr/templates/lttr/range_detail.html @@ -144,6 +144,10 @@ <a href="{{ next.get_absolute_url }}" rel="next" title=" {{next.title}}">{{next.title|safe}}</a> </div>{%endif%} </nav>{%endwith%}{%endwith%} + <aside class="narrow donate join"> + <p>You're reading <em>Range</em>, a weekly mailing of a single photograph, along with a few notes, and video of the processing. If you'd like to join us, drop your email in the form below: </p> + <iframe target='_parent' style="border:none !important; background:white; width:100% !important;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:subscribe' slug='range' %}"></iframe> + </aside> </div> {% if object.related.all %}<div class="article-afterward related"> <div class="related-bottom"> |