annotate gpp/templates/gcalendar/thanks_edit.html @ 470:d9b6c4ec1977
For #227; rework last commit slightly (r508). Adapt the desired forums signal signature to the queued_search API instead of the other way around.
author |
Brian Neal <bgneal@gmail.com> |
date |
Wed, 17 Aug 2011 01:29:27 +0000 |
parents |
daa2916f5b34 |
children |
|
rev |
line source |
gremmie@1
|
1 {% extends 'base.html' %}
|
bgneal@310
|
2 {% load url from future %}
|
gremmie@1
|
3 {% block title %}Event Calendar Changes Received{% endblock %}
|
gremmie@1
|
4 {% block content %}
|
bgneal@310
|
5 <div class="breadcrumbs"><a href="{% url 'gcalendar-index' %}">Calendar</a> » Edit Events</div>
|
gremmie@1
|
6 <h2>Event Calendar Changes Received</h2>
|
gremmie@1
|
7 <p>We've received the changes to your calendar event. Your changes will be reviewed by the staff,
|
gremmie@1
|
8 and should appear on the calendar shortly. You may be contacted if we have any questions.</p>
|
bgneal@310
|
9 <p><a href="{% url 'gcalendar-index' %}">« Back to the Event Calendar</a></p>
|
gremmie@1
|
10 {% endblock %}
|