diff --git a/app/main/settings.py b/app/main/settings.py index d8a1dcd..d163b96 100644 --- a/app/main/settings.py +++ b/app/main/settings.py @@ -155,7 +155,7 @@ TIME_ZONE = 'Europe/Vienna' USE_I18N = True -USE_L10N = True +USE_L10N = False USE_TZ = True LOCALE_PATHS = [ diff --git a/app/templates/stations/detail.html b/app/templates/stations/detail.html index 79bf0ee..37487d3 100644 --- a/app/templates/stations/detail.html +++ b/app/templates/stations/detail.html @@ -8,6 +8,9 @@ + + + {% endblock styles %} {% block content %} @@ -119,30 +122,35 @@