diff --git a/templates/zerver/unsubscribe_link_error.html b/templates/zerver/unsubscribe_link_error.html index 0369aaf383..05e710a8ee 100644 --- a/templates/zerver/unsubscribe_link_error.html +++ b/templates/zerver/unsubscribe_link_error.html @@ -5,14 +5,21 @@ {% endblock %} {% block portico_content %} - -

{% trans %}Unknown email unsubscribe request{% endtrans %}

- -

- {% trans %}Hi there! It looks like you tried to unsubscribe from something, - but we don't recognize the URL.{% endtrans %} -

- -

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

- +
+
+
+
+

{{ _("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 %}