{% extends 'core/base.html' %} {% block title %}Create Event – SplitChat{% endblock %} {% block content %} {% with current_room=room %}
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.errors %}
{{ field.errors.0 }}
{% endif %}
{% endfor %}
Cancel
{% endwith %} {% endblock %}