{% extends "base.html" %} {% set active_page = "account" %} {% block title %}{% trans "page title" %}Account settings{% endtrans %} | Taguette{% endblock %} {% block contents %}

{% trans "title" %}Account settings{% endtrans %}

{% if error %}
{{ error }}
{% endif %}
{{ xsrf_form_html() }}
{% trans %}Optional. We will not share your email with anyone. This is only used in case you forget your password.{% endtrans %}
{% endblock %}