diff options
author | lxf <sng@luxagraf.net> | 2021-10-28 21:46:34 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-28 21:46:34 -0400 |
commit | bcd2954386ec7df3d5f0e6eaf33bf107b91ff86a (patch) | |
tree | d2d856386bc86e2cec0c81e8536bed6a0b624bd0 | |
parent | 3a6e82e2cb6c297c8014d696dc1f24bc77273666 (diff) |
lttr: changed caveat again
-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 e7bfd3b..a0dbf4c 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>*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 class="footnote"><p>*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.</p></div> </div> </article> </main> |