{% extends 'base.html' %} {% load crispy_forms_tags %} {% block body_main %}

Update your interests

{% csrf_token %} {{ form|crispy }} Nevermind
{% endblock %}