diff options
Diffstat (limited to 'app/posts/templates/posts/essay_list.html')
-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 %} |