Add user settings with time zones

This commit is contained in:
2018-07-03 13:15:17 +02:00
parent d07e34a182
commit bba44a3c7f
4 changed files with 64 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
{% else %}
<li><a href="{{ url_for('security.logout') }}">{% trans %}Logout{% endtrans %}</a></li>
<li><a href="{{ url_for('hello') }}">{% trans %}Calendar view{% endtrans %}</a></li>
<li><a href="{{ url_for('settings') }}">{% trans %}Settings{% endtrans %}</a></li>
{% endif %}
</ul>
</nav>