mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-03-14 06:11:57 +00:00
[svn r8302] Revert part of my revert of Julian's revert! This was a harmless change.
This commit is contained in:
parent
8d7df20718
commit
6c00de179d
@ -29,7 +29,8 @@ def frontpage(request):
|
||||
|
||||
#'randSent':randSent.randomLogbookSentence(),
|
||||
expeditions = Expedition.objects.order_by("-year")
|
||||
return render_response(request,'index.html', {'expeditions':expeditions, 'all':'all', "message":message})
|
||||
totallogbookentries = LogbookEntry.objects.count()
|
||||
return render_response(request,'index.html', {'expeditions':expeditions, 'all':'all', 'totallogbookentries':totallogbookentries, "message":message})
|
||||
|
||||
def calendar(request,year):
|
||||
week=['S','S','M','T','W','T','F']
|
||||
|
Loading…
x
Reference in New Issue
Block a user