work on timezone

This commit is contained in:
bkfox
2017-05-10 17:19:59 +02:00
parent b3c0547ce6
commit e47e2a858e
6 changed files with 93 additions and 77 deletions

View File

@ -1,6 +1,9 @@
{% extends "admin/base_site.html" %}
{# {% extends "aircox/controllers/base_site.html" %} #}
{% load i18n %}
{% load tz %}
{% localtime on %}
{% block title %}
{% trans "Statistics of the stations" %}
@ -83,3 +86,5 @@
{% endblock %}
{% endlocaltime %}