{% extends "base.html" %} {% block title %}Add Venue{% endblock title %} {% block styles %}{{ form.media }}{% endblock styles%} {% block content %} {% load static %}
Your venue was submitted successfully. Thank you.
{% else %} {% endif %} {% endblock content %}