gremmie@1: {% extends 'base.html' %}
bgneal@310: {% load url from future %}
bgneal@131: {% load core_tags %}
gremmie@1: {% block title %}{{ title }}{% endblock %}
gremmie@1: {% block custom_js %}
gremmie@1: {{ form.media }}
gremmie@1: {% endblock %}
gremmie@1: {% block content %}
bgneal@310:
gremmie@1: {{ title }}
gremmie@1: Use this form to add or change an event on our calendar. Please note the following:
gremmie@1:
gremmie@1: - If applicable, please fill out the Where field as completely as you can.
gremmie@1: Google will generate a Google map from this information.
gremmie@1: - Currently, images and smilies won't show up correctly on the Google calendar. If you would
gremmie@1: like to include an image, add a link to it instead.
gremmie@1: - Once submitted, your event will be reviewed by the site staff for approval. Normally it will appear on
gremmie@1: the calendar within 24 hours.
gremmie@1:
bgneal@194:
bgneal@310: « Back to the Event Calendar
gremmie@1: {% endblock %}