this one is not used, I think {% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Bid{% endblock %} {% block content %}
{% crispy form form.helper %}
{% endblock %}