Yep, I have it on my todo list to pretty up the display (though I'm really not the right one to do that).
(and I fixed my EOL settings, a long time since I used SVN and I completely forgot about that) -----Original Message----- From: Rich Bowen [mailto:rbo...@rcbowen.com] Sent: Monday, June 8, 2015 8:16 AM To: comm...@community.apache.org Subject: Re: svn commit: r1684202 - /comdev/tools/events_list/templates/events/index.html Note that 'state' is often (usually) undefined. --Rich On 06/08/2015 11:10 AM, rgard...@apache.org wrote: > Author: rgardler > Date: Mon Jun 8 15:10:09 2015 > New Revision: 1684202 > > URL: http://svn.apache.org/r1684202 > Log: > add city and country to list > > Modified: > comdev/tools/events_list/templates/events/index.html > > Modified: comdev/tools/events_list/templates/events/index.html > URL: > http://svn.apache.org/viewvc/comdev/tools/events_list/templates/events > /index.html?rev=1684202&r1=1684201&r2=1684202&view=diff > ====================================================================== > ======== > --- comdev/tools/events_list/templates/events/index.html (original) > +++ comdev/tools/events_list/templates/events/index.html Mon Jun 8 > +++ 15:10:09 2015 > @@ -4,12 +4,16 @@ > <table> > <tr> > <th>Name</th> > + <th>City</th> > + <th>Country</th> > <th>Local Start Time</th> > <th>Local End Time</th> > </tr> > {% for event in upcoming_events_list %} > <tr> > <td><a href="{{ event.event_url }}">{{ event.name }}</a></td> > + <td>{{ event.group.city }}, {{ event.group.state }}</td> > + <td>{{ event.group.country }}</td> > <td>{{ event.local_start }}</td> > <td><a href="{% url 'toggleNA' event.id %}">Mark N/A</a></td> > <td> > > -- Rich Bowen - rbo...@rcbowen.com - @rbowen http://apachecon.com/ - @apachecon