to github
[svn42.git] / grical-patchqueue / add_json_starttime
1 # HG changeset patch
2 # Parent 306a03f82348ca526276c0e5a1b0742d6c554af2
3
4 diff -r 306a03f82348 grical/events/views.py
5 --- a/grical/events/views.py    Fri Jun 22 15:41:44 2012 +0200
6 +++ b/grical/events/views.py    Tue Jul 03 01:01:04 2012 +0200
7 @@ -1286,6 +1286,7 @@
8                      'start': e.start,
9                      'tags': e.tags,
10                      'upcoming': e.upcoming,
11 +                    'starttime': e.starttime,
12                      'url': 'http://' + domain + e.get_absolute_url(),
13                      # see https://en.wikipedia.org/wiki/GeoJSON
14                      'geometry': e.coordinates