{% extends "base.html" %} {% load crispy_forms_tags %} {% block page_title %}Event{% endblock page_title %} {% block content %}

{% if event %}Edit Event{% else %}New Event{% endif %}

{% csrf_token %} {% if not can_target_head %} {% endif %} {{ form|crispy }}
Back
{% endblock content %}