{% extends "zerver/portico_error_pages/portico_error_page.html" %} {% block title %} {{ _("Confirmation link malformed") }} | Zulip {% endblock %} {% block error_page_content %}

{{ _("Whoops. The confirmation link is malformed.") }}

{{ _("Make sure you copied the link correctly in to your browser. If you're still encountering this page, it's probably our fault. We're sorry.") }}

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

{% endblock %}