users/templates/users/profile_formdata.html

7 lines
150 B
HTML

{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<h1>{% trans "Language and Timezone" %}</h1>
{{ form_userprofile.as_p }}
</select>