Remove unused ask=1 parameters.

This commit is contained in:
Pēteris Caune 2019-12-10 09:27:30 +02:00
parent 8d81d27af3
commit 0addbac7ba
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ The {% site_name %} Team
{% block unsub %}
<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
</a>
{% endblock %}

View File

@ -43,7 +43,7 @@ The {% site_name %} Team
{% block unsub %}
<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
</a>
{% endblock %}