{% extends "account/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% trans "Timezone" %}{% endblock %} {% block body %}

{% trans "Timezone" %}

{% trans "This site can localize all times into your preferred timezone. Change your timezone below." %}

{% csrf_token %}
{{ form|as_uni_form }}
{% endblock %}