{% extends 'dash-back.html' %} {% load crispy_forms_tags %} {% block title %}Edit Profile | Job Board{% endblock %} {% block dash %}

Edit Profile

Update your personal information and settings

Profile Information
{% csrf_token %} {% if form.non_field_errors %} {% endif %} {% include 'partials/alert.html' %}
{{ form|crispy }}

Cancel
{% endblock %}