{% extends "django_fundamentals/layouts/settings.html" %} {% comment %} PROFILE TAB — PROFILE PICTURE, USERNAME AND REAL NAME. Email is not editable here on purpose: allauth owns email addresses (multiple addresses, primary selection, re-verification) on its own tab. {% endcomment %} {% block head_title %}Profile · {{ block.super }}{% endblock %} {% block content %}
How you appear across {{ df_site_name }}.
{% endblock %}