{% extends "../base.html" %} {% block content %} {% load crispy_forms_tags %}
{% csrf_token %} {{ form|crispy }}
{% endblock content %}