Back to Django Allauth

Profile

examples/regular-django/example/templates/profile.html

65.16.1207 B
Original Source

{% extends "allauth/layouts/manage.html" %} {% load allauth %} {% block head_title %}Profile{% endblock %} {% block content %} {% element h1 %} Profile {% endelement %}

Your profile

{% endblock content %}