{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
{{ message }}
{% endif %} {% from 'macros.html' import render_form %} {{ render_form(form, action_url=url_for('.profile'), method='POST', btn_class='btn btn-primary', disabled= error, action_text=_('update')) }} {% endblock %}