diff --git a/server/webserver.py b/server/webserver.py index d28139d..a23ea73 100644 --- a/server/webserver.py +++ b/server/webserver.py @@ -17,6 +17,7 @@ from server.handlers.api.spots import APISpotsHandler, APISpotsStreamHandler from server.handlers.api.status import APIStatusHandler from server.handlers.metrics import PrometheusMetricsHandler from server.handlers.pagetemplate import PageTemplateHandler +from server.handlers.quietstaticfilehandler import QuietStaticFileHandler _HERE = os.path.dirname(__file__ or "") diff --git a/templates/add_spot.html b/templates/add_spot.html index 4c86461..c150255 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 740753e..1eb66d2 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 5f5d97e..15fa39a 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -75,8 +75,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 27c27a5..eafddda 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -10,10 +10,10 @@ - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 91e321c..ae6075a 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index 8197b89..1fd37f1 100644 --- a/templates/map.html +++ b/templates/map.html @@ -95,8 +95,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index 88310c9..04ad53b 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -116,8 +116,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index a7cd84c..24c2ad9 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,7 +59,7 @@ - +