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

Edit my profile

To change picture: link your Online profile to a supported service - GitHub, GitLab, LinkedIn, StackOverflow - or sign up to Gravatar with your e-mail address.

{{ render_form(url_for('auth.user_profile'), form, formid='userEdit') }}
{% if user.sso_id %}
🔑 Single Sign-On enabled {% if oauth_type %}  ({{oauth_type}}) {% endif %}
{% endif %}
{% endblock %}