gremmie@1: {% extends 'base.html' %} bgneal@310: {% load url from future %} gremmie@1: {% block title %}Event Calendar Changes Received{% endblock %} gremmie@1: {% block content %} bgneal@310: <div class="breadcrumbs"><a href="{% url 'gcalendar-index' %}">Calendar</a> » Edit Events</div> gremmie@1: <h2>Event Calendar Changes Received</h2> gremmie@1: <p>We've received the changes to your calendar event. Your changes will be reviewed by the staff, gremmie@1: and should appear on the calendar shortly. You may be contacted if we have any questions.</p> bgneal@310: <p><a href="{% url 'gcalendar-index' %}">« Back to the Event Calendar</a></p> gremmie@1: {% endblock %}