Browse Source

Remove unused ask=1 parameters.

pull/313/head
Pēteris Caune 5 years ago
parent
commit
0addbac7ba
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      templates/emails/alert-body-html.html
  2. +1
    -1
      templates/emails/report-body-html.html

+ 1
- 1
templates/emails/alert-body-html.html View File

@ -26,7 +26,7 @@ The {% site_name %} Team
{% block unsub %} {% block unsub %}
<br> <br>
<a href="{{ unsub_link }}?ask=1" target="_blank" style="color: #666666; text-decoration: underline;">
<a href="{{ unsub_link }}" target="_blank" style="color: #666666; text-decoration: underline;">
Unsubscribe Unsubscribe
</a> </a>
{% endblock %} {% endblock %}

+ 1
- 1
templates/emails/report-body-html.html View File

@ -43,7 +43,7 @@ The {% site_name %} Team
{% block unsub %} {% block unsub %}
<br> <br>
<a href="{{ unsub_link }}?ask=1" target="_blank" style="color: #666666; text-decoration: underline;">
<a href="{{ unsub_link }}" target="_blank" style="color: #666666; text-decoration: underline;">
Unsubscribe Unsubscribe
</a> </a>
{% endblock %} {% endblock %}

Loading…
Cancel
Save