{% extends 'base.html' %} {% block title %}Edit Job Seeker Profile{% endblock title %} {% block content %}

Edit Job Seeker Profile

{% csrf_token %}
{{ form.as_p }}
{% endblock %}