annotate gpp/templates/gcalendar/thanks_edit.html @ 569:3fe2eced1be7

Now developing on Ubuntu 12.04 with Python 2.7. Use symbolic links for media, so add media/banners to .hgignore. I had a syntax error in banner_tags.py that only Python 2.7 caught. For local development, read database name from SECRETS.
author Brian Neal <bgneal@gmail.com>
date Sun, 29 Apr 2012 16:00:01 -0500
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> &raquo; 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' %}">&laquo; Back to the Event Calendar</a></p>
gremmie@1 10 {% endblock %}