From: Michael Tremer Date: Sun, 31 Mar 2024 17:49:44 +0000 (+0000) Subject: location: Remove unused base.html X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90ee32bb82dd165549df059e613d64643b41e89;p=ipfire.org.git location: Remove unused base.html Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index b434e59b..c29a13eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 28aacebf..00000000 --- a/src/templates/location/base.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "../base.html" %} - -{% block content %} -

- {{ address }} -

- -
-
-
- {% block main %}{% end block %} -
-
-
-{% end block %}