{% load crispy_forms_tags %} {% include 'snippets/messages.html' with messages=messages %}
Update your details
{% if form.errors %}
Invalid input: {{form.errors}}
{% endif %}
{% csrf_token %} {{ form | crispy }}