Fix unsusbcribe email template example from README
This commit is contained in:
parent
20b399695e
commit
2bf0d14aea
|
@ -221,7 +221,11 @@ Included in birdsong is a basic way for contacts to unsubscribe, just include th
|
|||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text align="center">
|
||||
Click <a href="{{ site.full_url }}{% url 'birdsong:unsubscribe' contact.id %}">here</a> to unsubscribe.
|
||||
</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
{% endblock email_body %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue