diff options
author | lxf <sng@luxagraf.net> | 2021-10-28 21:30:09 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-28 21:30:09 -0400 |
commit | cee188d8c06bedac16ed630c587285f31592bcab (patch) | |
tree | 5a5b2daa9b5f62dac0c57e68e84b01b8993694a6 /app/pages | |
parent | 92c136bedf99997cde04d7683952a8ec7555dca6 (diff) |
pages: fixed iframe embed in postcard template
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 5dda13b..a940770 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}} - <iframe target='_parent' style="border:none !important; background:white; width:100% !important;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:postcard_subscribe' %}"></iframe> + <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> </div> </article> </main> |