diff 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
line wrap: on
line diff
--- a/gpp/templates/gcalendar/google_sync.html	Sun Jun 28 18:48:08 2009 +0000
+++ b/gpp/templates/gcalendar/google_sync.html	Sun Jun 28 18:54:29 2009 +0000
@@ -9,9 +9,9 @@
 {% endblock %}
 {% block content %}
 <h1>Synchronize Approved Events with Google Calendar</h1>
-{% if errors %}
+{% if err_msg %}
 <ul class="errorlist">
-   {{ errors|unordered_list }}
+   <li>{{ err_msg }}</li>
 </ul>
 {% endif %}
 {% if events %}