summaryrefslogtreecommitdiff
path: root/app/pages
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2021-10-28 20:56:12 -0400
committerlxf <sng@luxagraf.net>2021-10-28 20:56:12 -0400
commit6802320ead50c9f13e17d942fa333cf6c812691d (patch)
tree6cb26e4ad79550d06dc3c3b9ab27a917f93ee5b3 /app/pages
parent96ede3b9cba0268737b9d5033170efa4550f70b5 (diff)
lttr: fixed typo in url name
Diffstat (limited to 'app/pages')
-rw-r--r--app/pages/templates/pages/luxagraf/cards.html2
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>