{% extends "karaage/common/profile_base.html" %} {% block title %}Edit personal details - My profile{% endblock %} {% block profile_title %}Edit personal details{% endblock %} {% block profile_content %}

Edit personal details

{% csrf_token %}
{% load forms %} {% if form.errors or form.non_field_errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{{ form.non_field_errors }} {% formfield form.title %} {% inlineformfield form.short_name form.full_name %} {% inlineformfield form.department form.position %} {% formfield form.supervisor %} {% formfield form.email %} {% inlineformfield form.telephone form.mobile %} {% formfield form.fax %} {% formfield form.address %}
{% endblock %}