From 32521bf7a83a56f60ed9ed35ddc1d85ae420799a Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Wed, 19 Apr 2023 14:35:07 +0200 Subject: [PATCH] templates: Add CSS formatting to unsubscribe link error page. Adds CSS formatting for `unsubscribe_link_error.html`. Uses the `white-box` style because this page is a redirect when there is an error when processing an unsubscribe email link. --- templates/zerver/unsubscribe_link_error.html | 27 ++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) 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 %}

- +
+ +
{% endblock %}