{% extends 'base2.html' %} {% load static %} {% load crispy_forms_tags %} {% block head_title %} Update profile {% endblock head_title %} {% block content %}

{{ profile.bio }}

{{ profile.company }}

{{ profile.website }}

{{ profile.locations }}

Edit biography

{% csrf_token %} {{ form|crispy }} {# Back#} Back
{% endblock content %}