mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
[svn r8302] Revert part of my revert of Julian's revert! This was a harmless change.
This commit is contained in:
@@ -29,7 +29,8 @@ def frontpage(request):
|
|||||||
|
|
||||||
#'randSent':randSent.randomLogbookSentence(),
|
#'randSent':randSent.randomLogbookSentence(),
|
||||||
expeditions = Expedition.objects.order_by("-year")
|
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):
|
def calendar(request,year):
|
||||||
week=['S','S','M','T','W','T','F']
|
week=['S','S','M','T','W','T','F']
|
||||||
|
|||||||
Reference in New Issue
Block a user