diff options
author | luxagraf <sng@luxagraf.net> | 2023-02-01 09:55:46 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-02-01 09:55:46 -0600 |
commit | 8f9e62b273c43fc6382bb8b46902862b6c946060 (patch) | |
tree | cf6c4c36220be06399c83b11e5a8de6655f06bb5 /app | |
parent | fa7d1b24229a4570dc32fb2ba848631093b82020 (diff) |
jrnl: added mailing list sign up to detail pages
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/jrnl_detail.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/posts/templates/posts/jrnl_detail.html b/app/posts/templates/posts/jrnl_detail.html index a0b9b11..902d0d3 100644 --- a/app/posts/templates/posts/jrnl_detail.html +++ b/app/posts/templates/posts/jrnl_detail.html @@ -140,11 +140,10 @@ {% endfor %}</div> </div> </div>{%endif%} - - {% comment %} <div class="mailing-list--wrapper"> - <h5>If you enjoyed this, you should join the mailing list…</h5> - {% include 'mailing_list.html' %} - </div> {% endcomment %} + <aside class="narrow join mailing-list--wrapper"> + <h6 class="hedtinycaps">If you enjoyed this, you should join the mailing list…</h6> + <iframe target='_parent' style="border:none !important; background:white; width:100% !important;" title="embedded form for subscribing the the src newsletter" src="{% url 'lttr:subscribe' slug='friends' %}"></iframe> + </aside> {% if object.enable_comments %} {% get_comment_count for object as comment_count %} {%if comment_count > 0 %} |