{% extends 'Base.html' %} {% load static %} {% block head %} {% endblock %} {% block title %} Shiraz Center {% endblock %} {% block body %}

Edit profile


{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.errors %}
There were some errors in your form:
{% endif %}
{% csrf_token %}
{{ form.first_name }}
{{ form.last_name }}
{{ form.access_level }}
{{ form.password }}
{{ form.confirm_password }}
{% csrf_token %}
{% endblock %}