diff options
author | lxf <sng@luxagraf.net> | 2021-10-28 21:43:48 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-28 21:43:48 -0400 |
commit | 3a6e82e2cb6c297c8014d696dc1f24bc77273666 (patch) | |
tree | b9e1e40c2848cb849da6c3dfdb085c5e1a29d18f | |
parent | fd120d3ef8294f159ea2d23c0d3066bc6e39755c (diff) |
lttr: changed caveat
-rw-r--r-- | app/pages/templates/pages/luxagraf/cards.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/pages/templates/pages/luxagraf/cards.html b/app/pages/templates/pages/luxagraf/cards.html index 593207a..e7bfd3b 100644 --- a/app/pages/templates/pages/luxagraf/cards.html +++ b/app/pages/templates/pages/luxagraf/cards.html @@ -15,7 +15,7 @@ <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 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> + <p><small>*This requires some degree of trust. It's a more serious kind of relationship than say email. You should probably read through luxagraf, make sure you like it, and that you think we're the sort of people you want to get mail from.</small></p> </div> </article> </main> |