Mercurial > public > sg101
changeset 464:bba1782992eb
Fix links to events on the google sync page in GCalendar admin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 09 Jul 2011 02:12:32 +0000 |
parents | 452835f4429f |
children | 79d454ff2de0 |
files | gpp/templates/gcalendar/google_sync.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/templates/gcalendar/google_sync.html Sat Jul 09 02:00:48 2011 +0000 +++ b/gpp/templates/gcalendar/google_sync.html Sat Jul 09 02:12:32 2011 +0000 @@ -24,7 +24,7 @@ <ol> {% for event in events %} {% if not event.on_calendar %} -<li><a href="../../{{ event.id }}">{{ event.start_date|date:"M d, Y" }} - {{ event.what }}</a> +<li><a href="../{{ event.id }}">{{ event.start_date|date:"M d, Y" }} - {{ event.what }}</a> • Submitted by {{ event.user.username }} • <strong>{{ event.get_status_display }}</strong></li> {% endif %} {% endfor %}