[svn] made index of people

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8224 by julian @ 1/24/2009 6:26 PM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:44:35 +01:00
parent 1e1453f443
commit 264594ed05
10 changed files with 61 additions and 53 deletions

View File

@@ -28,7 +28,7 @@ def frontPage(request):
message = "Reloaded survexblocks"
#'randSent':randSent.randomLogbookSentence(),
expeditions = Expedition.objects.all()
expeditions = Expedition.objects.order_by("-year")
return render_to_response('index.html', {'expeditions':expeditions, 'settings':settings, "message":message})
def calendar(request,year):