{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} - Settings{% endblock %} {% block content %}

{% block header %}User: {{ user.username }}{% endblock %}

{% csrf_token %} {{ form|crispy }}
{% if not auth0 %}
Click here to change your password
{% endif %}
{% endblock %}