2013-11-25 16:47:19 +01:00
{% extends "zerver/portico.html" %}
2022-09-06 12:04:03 +02:00
{% block title %}
< title > {{ _("Error unsubscribing email") }} | Zulip< / title >
{% endblock %}
2013-11-25 16:47:19 +01:00
{% block portico_content %}
2016-04-21 08:48:33 +02:00
< h1 > {% trans %}Unknown email unsubscribe request{% endtrans %}< / h1 >
2013-11-25 16:47:19 +01:00
2021-11-20 13:25:41 +01:00
< p >
{% trans %}Hi there! It looks like you tried to unsubscribe from something,
but we don't recognize the URL.{% endtrans %}
< / p >
2013-11-25 16:47:19 +01:00
2022-09-12 18:29:56 +02:00
< p > {% trans %}Please double-check that you have the full URL and try again, or < a href = "mailto:{{ support_email }}" > email us< / a > and we'll get this squared away!{% endtrans %}< / p >
2013-11-25 16:47:19 +01:00
{% endblock %}