diff options
author | luxagraf <sng@luxagraf.net> | 2024-11-23 11:46:04 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-11-23 11:46:04 -0600 |
commit | de5451cd00ff0c9c18fe03c1f2fc952850f36bc0 (patch) | |
tree | 29ac270997020738b77945c7088ab081d8989756 /app/posts | |
parent | 495cd80fabd4421e195180c691bc1c2110ba00ca (diff) |
essays: fixing sign up form
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/essay_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/essay_list.html b/app/posts/templates/posts/essay_list.html index 38717f1..f3cb6ba 100644 --- a/app/posts/templates/posts/essay_list.html +++ b/app/posts/templates/posts/essay_list.html @@ -19,7 +19,7 @@ <h3><i>Être fort pour être utile</i></h3> <hr /> <h2>Join us. Subscribe to <em>Friends of a Long Year</em></h2> - <iframe target='_parent' style="border:none; background:white; width:100%;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:subscribe' slug='friends' %}"></iframe> + <iframe target='_parent' style="border:none; background:white; width:100%;" title="embedded form for subscribing the the Friends of a Long Year newsletter" onload="resizeIframe(this)" src="{% url 'lttr:subscribe' slug='friends' %}"></iframe> {% endif %} </div> <ul class="archive-list">{% for object in object_list %} |