diff options
author | lxf <sng@luxagraf.net> | 2021-10-28 20:56:12 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-28 20:56:12 -0400 |
commit | 6802320ead50c9f13e17d942fa333cf6c812691d (patch) | |
tree | 6cb26e4ad79550d06dc3c3b9ab27a917f93ee5b3 /app/pages | |
parent | 96ede3b9cba0268737b9d5033170efa4550f70b5 (diff) |
lttr: fixed typo in url name
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 5f9c19c..5dda13b 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:postcardsubscribe' %}"></iframe> + <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> </div> </article> </main> |