comparison gpp/templates/gcalendar/event.html @ 458:9a4bffdf37c3

Finishing up #220. Updated to GData v2.0 and using the new OAuth access token.
author Brian Neal <bgneal@gmail.com>
date Sat, 02 Jul 2011 03:52:43 +0000
parents daa2916f5b34
children
comparison
equal deleted inserted replaced
457:7b7332037396 458:9a4bffdf37c3
10 <h2>{{ title }}</h2> 10 <h2>{{ title }}</h2>
11 <p>Use this form to add or change an event on our calendar. Please note the following:</p> 11 <p>Use this form to add or change an event on our calendar. Please note the following:</p>
12 <ul> 12 <ul>
13 <li>If applicable, please fill out the <strong>Where</strong> field as completely as you can. 13 <li>If applicable, please fill out the <strong>Where</strong> field as completely as you can.
14 Google will generate a Google map from this information.</li> 14 Google will generate a Google map from this information.</li>
15 <li>Currently, images and smilies won't show up correctly on the Google calendar. If you would
16 like to include an image, add a link to it instead.</li>
17 <li>Once submitted, your event will be reviewed by the site staff for approval. Normally it will appear on 15 <li>Once submitted, your event will be reviewed by the site staff for approval. Normally it will appear on
18 the calendar within 24 hours.</li> 16 the calendar within 24 hours.</li>
19 </ul> 17 </ul>
20 <form id="id_gcal_event_form" action="." method="post">{% csrf_token %} 18 <form id="id_gcal_event_form" action="." method="post">{% csrf_token %}
21 <table> 19 <table>