Back to Zulip

{{ _("Unknown email unsubscribe request") }}

templates/zerver/unsubscribe_link_error.html

12.0485 B
Original Source

{% extends "zerver/portico.html" %} {% block title %}

{{ _("Error unsubscribing email") }} | Zulip{% endblock %} {% block portico_content %}

{{ _("Unknown email unsubscribe request") }}

{{ _("Hi there! It looks like you tried to unsubscribe from something, but we don't recognize the URL.") }}

{% trans %}Please double-check that you have the full URL and try again, or email us and we'll get this squared away!{% endtrans %}

{% endblock %}