tickets: Don't use a dict of shows in the overview.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 25 Oct 2010 09:24:52 +0000 (11:24 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 25 Oct 2010 09:24:52 +0000 (11:24 +0200)
commit8e3cb97473e051c840069cbeb399153b4c62834c
treed5a297a9129fbaaa4d23a530d9a10265a26112be
parent02d8f6dc92f570d1016c139b0ec0fb742fe66d7b
tickets: Don't use a dict of shows in the overview.

Instead, we now use a list of tuples. This ensures that the output
remains properly sorted.
tickets/templates/tickets/bookings.html
tickets/views.py