]> git.ipfire.org Git - ipfire.org.git/commitdiff
blocked: Add icon
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Oct 2018 18:59:16 +0000 (19:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Oct 2018 18:59:16 +0000 (19:59 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/static/blocked.html

index 24f440f401f5e83ac44ae844b510be30929aaff9..22fcb5a1b355409bbce4f59964f87860e58ebbf7 100644 (file)
@@ -3,21 +3,25 @@
 {% block title %}{{ _("You have been blocked") }}{% end block %}
 
 {% block container %}
-    <div class="container">
+       <div class="container">
                <div class="row justify-content-center mt-5">
-                       <div class="col col-md-5">
+                       <div class="col-12 col-md-3 text-center">
+                               <span class="fas fa-shield-alt fa-10x p-5"></span>
+                       </div>
+
+                       <div class="col-12 col-md-5">
                                <h5 class="mb-0">{{ _("Oops") }}</h5>
-                <h1>{{ _("You have been blocked") }}</h1>
+                               <h1>{{ _("You have been blocked") }}</h1>
 
-                <p>
-                    {{ _("Your request has been blocked because your IP address is suspected to spread spam.") }}
-                </p>
+                               <p>
+                                       {{ _("Your request has been blocked because your IP address is suspected to spread spam.") }}
+                               </p>
 
-                <p>
-                    <a href="https://location.ipfire.org/lookup/{{ address }}">
-                        {{ _("Click here to find out more about the status of your IP address") }}
-                    </a>
-                </p>
+                               <p>
+                                       <a href="https://location.ipfire.org/lookup/{{ address }}">
+                                               {{ _("Click here to find out more about the status of your IP address") }}
+                                       </a>
+                               </p>
                        </div>
                </div>
        </div>