{% extends 'accounts/profile_base.html' %} {% load crispy_forms_tags %} {% block title %}edit your profile.{% endblock %} {% block profile_content %}

Edit Profile

{% crispy form %}
{% endblock %}