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