{% extends "elearning.html" %} {% block headtitle %}Edit Your Profile - Administration - {{ block.super }}{% endblock %} {% block content %}
 
{% include "website/partials/profile_menu.html" with active="1" %}
 
{% csrf_token %} {% include "partials/form.html" with form=user_form %}
Cancel
{% endblock %}