{% extends 'web/base.html' %} {% block main %} {{ form.media }}
{% csrf_token %} {{ form.as_p }} {# {% bootstrap_form form %}#}
{% endblock %}