# HG changeset patch # User Brian Neal # Date 1441757604 18000 # Node ID 69c72ed469d341c816e2dc7b495a53c8f31b69dc # Parent 23990469c5bfaac2e9fa8bc0b9d4d3f6e91f1fb4 Calendar now aggregates several Google calendars. diff -r 23990469c5bf -r 69c72ed469d3 sg101/templates/gcalendar/index.html --- a/sg101/templates/gcalendar/index.html Mon Sep 07 13:07:52 2015 -0500 +++ b/sg101/templates/gcalendar/index.html Tue Sep 08 19:13:24 2015 -0500 @@ -2,10 +2,22 @@ {% block title %}Event Calendar{% endblock %} {% block content %}

SurfGuitar101 Event Calendar

-

Welcome to the SG101 event calendar. You can add any event on our calendar to your own -Google calendar. If you do, the event -will be displayed in your time zone, and you can have Google send you email or text message reminders for -the events. Click on any event below to see more details or copy it to your calendar.

+

+Welcome to the SG101 event calendar! Our users can add events to this +calendar. Please see the links below the calendar to add, modify, or delete events. +

+
+

+ This calendar is now aggregating several Google calendars, both from + SurfGuitar101 and other friends in the surf music world. This allows us to give you + more information without duplicating efforts in the community. +

+

+ By default we show you all events from all calendars. Too much information? + No problem, just use the pull-down menu in the upper right corner of the + calendar to filter the calendars you wish to see. +

+
{% if user.is_authenticated %}

Please note: all times shown are in the {{ tz }} time zone, which is the time zone preference you have set in your @@ -16,14 +28,14 @@ login to view the times based on the time zone set in your profile.

{% endif %} - + {% endblock %}