{% extends "base.html" %} {% block title %}Add Venue{% endblock title %} {% block styles %}{{ form.media }}{% endblock styles%} {% block content %} {% load static %}

Add your venue to our database

{% if submitted %}

Your venue was submitted successfully. Thank you.

{% else %}
{{ form.as_table }}
 
{% csrf_token %}
{% endif %} {% endblock content %}