{# This template contains macros used to format the usersettings view. As shown below, the usersettings have several HTML forms. Most themes will display the form names as a series of tabs. Javascript will display the current selection and hide the other parts. Updates to the forms will be processed as XHR requests. #} {% import "forms.html" as forms %} {% macro personal(form) %} {{ gen.form.open(form, id="usersettings_personal", method="post", action=url_for('frontend.usersettings')) }} {{ forms.render_errors(form) -}}
{{ _("Changing your email address requires you to verify it. A link will be sent to you.") }}
{% endif %} {{ forms.render_errors(form) -}}