templates/4xx.html
{% extends "zerver/portico_error_pages/portico_error_page.html" %} {% block title %}
{{ _("Error") }} | Zulip{% endblock %} {% block error_page_content %}
{% if csrf_failure %}
{% trans %} Your request could not be completed because your browser did not send the credentials required to authenticate your access. To resolve this issue: {% endtrans %}
{% elif status_code == 405 %}
{% trans %} If this error is unexpected, you can contact support. {% endtrans %}
{% endif %}
{% endblock %}