]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/static/blocked.html
Remove unused blacklist feature
[ipfire.org.git] / src / templates / static / blocked.html
diff --git a/src/templates/static/blocked.html b/src/templates/static/blocked.html
deleted file mode 100644 (file)
index 22fcb5a..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-{% extends "../base.html" %}
-
-{% block title %}{{ _("You have been blocked") }}{% end block %}
-
-{% block container %}
-       <div class="container">
-               <div class="row justify-content-center mt-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>
-
-                               <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>
-                       </div>
-               </div>
-       </div>
-{% end %}
-
-{% block footer %}{% end block %}