diff options
Diffstat (limited to 'design/templates/details/entry.html')
-rw-r--r-- | design/templates/details/entry.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/design/templates/details/entry.html b/design/templates/details/entry.html index bfbae23..7dc98bc 100644 --- a/design/templates/details/entry.html +++ b/design/templates/details/entry.html @@ -62,6 +62,10 @@ class="{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%en </section> {%endcomment%} </main> + <div class="mailing-list--wrapper"> + <h5>If you enjoyed this, you should join the mailing list…</h5> + {% include 'mailing_list.html' %} + </div> {% endblock %} {% block js %} {% with object.template_name as t %}{%if t == 1 or t == 3 %} |