diff options
author | lxf <sng@luxagraf.net> | 2021-10-28 21:37:19 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-28 21:37:19 -0400 |
commit | 8e29519f3518a13ad6f378f5f7036bee580f6f10 (patch) | |
tree | 71b81e3576d94ddb468ecfe82cb57b1c9abb6d18 /app/pages | |
parent | cee188d8c06bedac16ed630c587285f31592bcab (diff) |
lttr: put finishing touches on postcard form
Diffstat (limited to 'app/pages')
-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 a940770..d8d7c53 100644 --- a/app/pages/templates/pages/luxagraf/cards.html +++ b/app/pages/templates/pages/luxagraf/cards.html @@ -14,7 +14,7 @@ </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: 400px;" 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 subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:postcard_subscribe' %}"></iframe></p> </div> </article> </main> |