{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}

Template Listing

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