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

{% trans "Update Profile" %}

{% include 'fnprofile/includes/_fnprofile_navigation.html' %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}