add link to email configuration settings as unsubscribe option
parent
c949c67dc0
commit
c7d90ea9b7
|
@ -435,7 +435,10 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" class="footerContent">
|
<td valign="top" class="footerContent">
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
{% trans support_url=sr("support.url"), support_email=sr("support.email"), mailing_list_url=sr("support.mailing_list") %}
|
{% trans unsubscribe_url=resolve_front_url("settings-mail-notifications"), support_url=sr("support.url"), support_email=sr("support.email"), mailing_list_url=sr("support.mailing_list") %}
|
||||||
|
<strong>Configure email notifications or unsubscribe:</strong>
|
||||||
|
<a href="{{ unsubscribe_url }}" title="Unsubscribe" style="color: #9dce0a">{{ unsubscribe_url}}</a>
|
||||||
|
<br>
|
||||||
<strong>Taiga Support:</strong>
|
<strong>Taiga Support:</strong>
|
||||||
<a href="{{ support_url }}" title="Support page" style="color: #9dce0a">{{ support_url}}</a>
|
<a href="{{ support_url }}" title="Support page" style="color: #9dce0a">{{ support_url}}</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -394,7 +394,10 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" class="footerContent">
|
<td valign="top" class="footerContent">
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
{% trans support_url=sr("support.url"), support_email=sr("support.email"), mailing_list_url=sr("support.mailing_list") %}
|
{% trans unsubscribe_url=resolve_front_url("settings-mail-notifications"), support_url=sr("support.url"), support_email=sr("support.email"), mailing_list_url=sr("support.mailing_list") %}
|
||||||
|
<strong>Configure email notifications or unsubscribe:</strong>
|
||||||
|
<a href="{{ unsubscribe_url }}" title="Unsubscribe" style="color: #9dce0a">{{ unsubscribe_url}}</a>
|
||||||
|
<br>
|
||||||
<strong>Taiga Support:</strong>
|
<strong>Taiga Support:</strong>
|
||||||
<a href="{{ support_url }}" title="Support page" style="color: #9dce0a">{{ support_url}}</a>
|
<a href="{{ support_url }}" title="Support page" style="color: #9dce0a">{{ support_url}}</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -456,7 +456,10 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" class="footerContent">
|
<td valign="top" class="footerContent">
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
{% trans support_url=sr("support.url"), support_email=sr("support.email"), mailing_list_url=sr("support.mailing_list") %}
|
{% trans unsubscribe_url=resolve_front_url("settings-mail-notifications"), support_url=sr("support.url"), support_email=sr("support.email"), mailing_list_url=sr("support.mailing_list") %}
|
||||||
|
<strong>Configure email notifications or unsubscribe:</strong>
|
||||||
|
<a href="{{ unsubscribe_url }}" title="Unsubscribe" style="color: #9dce0a">{{ unsubscribe_url}}</a>
|
||||||
|
<br>
|
||||||
<strong>Taiga Support:</strong>
|
<strong>Taiga Support:</strong>
|
||||||
<a href="{{ support_url }}" title="Support page" style="color: #9dce0a">{{ support_url}}</a>
|
<a href="{{ support_url }}" title="Support page" style="color: #9dce0a">{{ support_url}}</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: taiga-back\n"
|
"Project-Id-Version: taiga-back\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-10-06 11:42+0200\n"
|
"POT-Creation-Date: 2018-02-08 12:00+0100\n"
|
||||||
"PO-Revision-Date: 2015-03-25 20:09+0100\n"
|
"PO-Revision-Date: 2015-03-25 20:09+0100\n"
|
||||||
"Last-Translator: Taiga Dev Team <support@taiga.io>\n"
|
"Last-Translator: Taiga Dev Team <support@taiga.io>\n"
|
||||||
"Language-Team: Taiga Dev Team <support@taiga.io>\n"
|
"Language-Team: Taiga Dev Team <support@taiga.io>\n"
|
||||||
|
@ -396,6 +396,12 @@ msgstr ""
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
|
" <strong>Configure email "
|
||||||
|
"notifications or unsubscribe:</strong>\n"
|
||||||
|
" <a href="
|
||||||
|
"\"%(unsubscribe_url)s\" title=\"Unsubscribe\" style=\"color: #9dce0a\">"
|
||||||
|
"%(unsubscribe_url)s</a>\n"
|
||||||
|
" <br>\n"
|
||||||
" <strong>Taiga Support:</"
|
" <strong>Taiga Support:</"
|
||||||
"strong>\n"
|
"strong>\n"
|
||||||
" <a href=\"%(support_url)s"
|
" <a href=\"%(support_url)s"
|
||||||
|
|
Loading…
Reference in New Issue