]> git.ipfire.org Git - ipfire.org.git/commitdiff
location: Remove unused base.html
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2024 17:49:44 +0000 (17:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2024 17:49:44 +0000 (17:49 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/templates/location/base.html [deleted file]

index b434e59b500a7028a96a1ec887aaa424f5741c05..c29a13eb51a125af47f9ede6a2d557671b67806e 100644 (file)
@@ -262,7 +262,6 @@ templates_fireinfo_modules_DATA = \
 templates_fireinfo_modulesdir = $(templates_fireinfodir)/modules
 
 templates_location_DATA = \
-       src/templates/location/base.html \
        src/templates/location/download.html \
        src/templates/location/how-to-use.html \
        src/templates/location/index.html \
diff --git a/src/templates/location/base.html b/src/templates/location/base.html
deleted file mode 100644 (file)
index 28aaceb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "../base.html" %}
-
-{% block content %}
-       <h1 class="text-center my-5">
-               <a class="text-white" href="/location/lookup/{{ address }}">{{ address }}</a>
-       </h1>
-
-       <section>
-               <div class="row justify-content-center">
-                       <div class="col-12 col-lg-6">
-                               {% block main %}{% end block %}
-                       </div>
-               </div>
-       </section>
-{% end block %}