{% extends "base.html" %} {% block content %}

Report Other Event

Add an event going on outside of our group that people in the community will be interested in attending.

{% if form.errors %}
Please correct the errors below:
{% endif %}

Event Details

{% for field in form %} {% if field.errors %}{% endif %} {% endfor %}
{{ field.errors|join:", " }}
{{ field.label }}:{{ field }}


{% endblock %}