diff options
author | luxagraf <sng@luxagraf> | 2021-01-30 20:36:02 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-30 20:36:02 -0500 |
commit | 2563990e8fa7e3fd55b9fb7a32de9d8032ac8782 (patch) | |
tree | a56333de7e1337372778ff4d0f3686cddb651410 /app | |
parent | 5f3cc93e1b264b62c8f32ac4ae4fce1596ec7665 (diff) |
lttr: fixed typo in Range list view
Diffstat (limited to 'app')
-rw-r--r-- | app/lttr/templates/lttr/range_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/templates/lttr/range_list.html b/app/lttr/templates/lttr/range_list.html index cb8d264..38299f8 100644 --- a/app/lttr/templates/lttr/range_list.html +++ b/app/lttr/templates/lttr/range_list.html @@ -16,7 +16,7 @@ <div class="archive-intro"> <h1 class="list-hed">Range</h1> <h2 class="list-subhed">A weekly photo, developed.</h2> - <p>Please joins us by dropping your email in the form below: </p> + <p>Please join us by dropping your email in the form below: </p> <iframe target='_parent' style="border:none; background:white; width:100%;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:subscribe' slug='range' %}"></iframe> <p><em>Range</em> is a weekly mailing of a single photograph. </p> <p>If you're interested there is also a link to a video of the RAW image processing in <a href="https://www.darktable.org/">darktable</a>, and sometimes a few words about the process. But the primary purpose is to deliver a single photo to your inbox. Simple and fun.</p> |