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 %}