diff options
author | lxf <sng@luxagraf.net> | 2021-10-28 21:41:10 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-28 21:41:10 -0400 |
commit | fd120d3ef8294f159ea2d23c0d3066bc6e39755c (patch) | |
tree | 439bbfd69ea2bf0cee364eef75cc0c8e883f82b0 /app | |
parent | 8e29519f3518a13ad6f378f5f7036bee580f6f10 (diff) |
lttr: added caveat to form
Diffstat (limited to 'app')
-rw-r--r-- | app/pages/templates/pages/luxagraf/cards.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/pages/templates/pages/luxagraf/cards.html b/app/pages/templates/pages/luxagraf/cards.html index d8d7c53..593207a 100644 --- a/app/pages/templates/pages/luxagraf/cards.html +++ b/app/pages/templates/pages/luxagraf/cards.html @@ -14,7 +14,8 @@ </header> <div class="post-article"> {{object.body_html|safe|smartypants|widont}} - <p><iframe target='_parent' style="border:none !important; background:white; width:100% !important; height: 300px;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:postcard_subscribe' %}"></iframe></p> + <p><iframe target='_parent' style="border:none !important; background:white; width:100% !important; height: 300px;" title="embedded form for getting postcards from luxagraf" src="{% url 'lttr:postcard_subscribe' %}"></iframe></p> + <p><small>And yeah, this requires some degree of trust. You should probably read through the site, make sure you like it and you think we're okay. We're not going to show up at your door, but I mean, giving your address to strangers on the internet is probably a bad idea, so I don't blame you if you don't.</small></p> </div> </article> </main> |