Mercurial > public > sg101
comparison gpp/templates/gcalendar/google_sync.html @ 69:9fb8e804652b
GCalendar: should have committed this with the previous change. A single error message is produced instead of a list now.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 28 Jun 2009 18:54:29 +0000 |
parents | dbd703f7d63a |
children | 6a5549c2efb5 |
comparison
equal
deleted
inserted
replaced
68:cce1fc3f8752 | 69:9fb8e804652b |
---|---|
7 <a href="../">Events</a> › Google Sync | 7 <a href="../">Events</a> › Google Sync |
8 </div> | 8 </div> |
9 {% endblock %} | 9 {% endblock %} |
10 {% block content %} | 10 {% block content %} |
11 <h1>Synchronize Approved Events with Google Calendar</h1> | 11 <h1>Synchronize Approved Events with Google Calendar</h1> |
12 {% if errors %} | 12 {% if err_msg %} |
13 <ul class="errorlist"> | 13 <ul class="errorlist"> |
14 {{ errors|unordered_list }} | 14 <li>{{ err_msg }}</li> |
15 </ul> | 15 </ul> |
16 {% endif %} | 16 {% endif %} |
17 {% if events %} | 17 {% if events %} |
18 <p>To synchronize the following approved events with the Google calendar, please enter the password for the | 18 <p>To synchronize the following approved events with the Google calendar, please enter the password for the |
19 account and click submit.</p> | 19 account and click submit.</p> |