From 473ea9b47ef1e9d20c0713bc55da6decb28e90bd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Oct 2018 19:59:16 +0100 Subject: [PATCH] blocked: Add icon Signed-off-by: Michael Tremer --- src/templates/static/blocked.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/templates/static/blocked.html b/src/templates/static/blocked.html index 24f440f4..22fcb5a1 100644 --- a/src/templates/static/blocked.html +++ b/src/templates/static/blocked.html @@ -3,21 +3,25 @@ {% block title %}{{ _("You have been blocked") }}{% end block %} {% block container %} -
+
-
+
+ +
+ +
{{ _("Oops") }}
-

{{ _("You have been blocked") }}

+

{{ _("You have been blocked") }}

-

- {{ _("Your request has been blocked because your IP address is suspected to spread spam.") }} -

+

+ {{ _("Your request has been blocked because your IP address is suspected to spread spam.") }} +

-

- - {{ _("Click here to find out more about the status of your IP address") }} - -

+

+ + {{ _("Click here to find out more about the status of your IP address") }} + +

-- 2.47.2