{% extends "base/header_content_footer.html" %} {% load crispy_forms_tags %} {% block title %} {% trans "Update Profile" %} {% endblock %} {% block content %}

{% trans "Update Profile." %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}