{% extends "repapp/base.html" %} {% load crispy_forms_tags %} {% block title %} - Repair-Café anlegen {% endblock title %} {% block page_title %} Repair-Café anlegen {% endblock page_title %} {% block content %}
{% csrf_token %} {{ form|crispy }}
{% endblock content %}