Back to Zulip

{{ _("Whoops. We couldn't find your confirmation link in the system.") }}

templates/confirmation/link_does_not_exist.html

12.0457 B
Original Source

{% extends "zerver/portico_error_pages/portico_error_page.html" %} {% block title %}

{{ _("Confirmation link does not exist") }} | Zulip{% endblock %} {% block error_page_content %}

{{ _("Whoops. We couldn't find your confirmation link in the system.") }}

{% trans %} Anyway, shoot us a line at {{ support_email_html_tag }} and we'll get this resolved shortly. {% endtrans %}

{% endblock %}