{% extends "homepage.html" %} {% load crispy_forms_tags %} {% block content %}

Add Event


{% csrf_token %} {{ form|crispy }}
{% endblock %}