fix {{unconfirm_url}} typo on 2 email templates.

This commit is contained in:
fiatjaf 2018-09-13 16:52:14 +00:00
parent c958b80dee
commit d073748885
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Upgrading is easy! Simply register at {{ url_for('register', _external=True) }},
<div class="footer">
<table width="100%">
<tr>
<td class="aligncenter content-block">You are receiving this because you confirmed this email address on <a href="{{config.SERVICE_URL}}">{{config.SERVICE_NAME}}</a>. If you don't remember doing that, or no longer wish to receive these emails, please remove the form on {{host}} or <a href="unconfirm_url">click here to unsubscribe</a> from this endpoint.</td>
<td class="aligncenter content-block">You are receiving this because you confirmed this email address on <a href="{{config.SERVICE_URL}}">{{config.SERVICE_NAME}}</a>. If you don't remember doing that, or no longer wish to receive these emails, please remove the form on {{host}} or <a href="{{unconfirm_url}}">click here to unsubscribe</a> from this endpoint.</td>
</tr>
{% include "email/footer.html" %}
</table>

View File

@ -53,7 +53,7 @@ You are past the limit of {{ limit }} free submissions per month. Never fear! We
<div class="footer">
<table width="100%">
<tr>
<td class="aligncenter content-block">You are receiving this because you confirmed this email address on <a href="{{config.SERVICE_URL}}">{{config.SERVICE_NAME}}</a>. If you don't remember doing that, or no longer wish to receive these emails, please remove the form on {{host}} or <a href="unconfirm_url">click here to unsubscribe</a> from this endpoint.</td>
<td class="aligncenter content-block">You are receiving this because you confirmed this email address on <a href="{{config.SERVICE_URL}}">{{config.SERVICE_NAME}}</a>. If you don't remember doing that, or no longer wish to receive these emails, please remove the form on {{host}} or <a href="{{unconfirm_url}}">click here to unsubscribe</a> from this endpoint.</td>
</tr>
{% include "email/footer.html" %}
</table>