{% extends 'base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %} Edit Profile {% csrf_token %} First name {{ form.first_name }} Last name {{ form.last_name }} Email {{ form.email }} Profile picture {% if profile.image %} {% endif %} {{ form.image }} Bio {{ form.bio }} Save Cancel {% endblock %}