From b02589a5bac2e0af7935054aba18b03e3f3cfccb Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 8 Apr 2020 09:25:01 +0200 Subject: [PATCH] Enhance ui abit --- wetter/templates/base.html | 2 +- wetter/templates/stations.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wetter/templates/base.html b/wetter/templates/base.html index d3d3724..70bb185 100644 --- a/wetter/templates/base.html +++ b/wetter/templates/base.html @@ -33,7 +33,7 @@
- +
diff --git a/wetter/templates/stations.html b/wetter/templates/stations.html index f43e937..a771175 100644 --- a/wetter/templates/stations.html +++ b/wetter/templates/stations.html @@ -22,7 +22,7 @@ {% for station in stations %} {{ station.name }} - Mehr + Export Info {% endfor %}