Fix unsusbcribe email template example from README

This commit is contained in:
Raphaël CHARLES 2022-07-06 17:41:40 +02:00 committed by GitHub
parent 20b399695e
commit 2bf0d14aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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 %}