{% from "macros/_form.html" import render_form %} {% extends "layout.html" %} {% block page_title %}My profile{% endblock %} {% block body_class %}userform{% endblock %} {% block content %}

Edit profile

{% if user.carddata %} {% endif %}
To change picture: link your online profile to GitHub or GitLab - or sign up to Gravatar with your e-mail address.
{{ render_form(url_for('auth.user_profile'), form) }}
{% if user.sso_id %}
🔑 Single Sign-On enabled  ({{oauth_type}})
{% endif %}
{% endblock %}