diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:45:01 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:45:01 +0100 |
commit | 98a3d44eed3286da2c0124253c89d83f16aa095b (patch) | |
tree | b5da45319287b3070eecc67cf562ccc833df0f1d /expo/views_other.py | |
parent | 264594ed05b2723f443798a326d07afbbdaf185f (diff) | |
download | troggle-98a3d44eed3286da2c0124253c89d83f16aa095b.tar.gz troggle-98a3d44eed3286da2c0124253c89d83f16aa095b.tar.bz2 troggle-98a3d44eed3286da2c0124253c89d83f16aa095b.zip |
[svn] fix martins front page links
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8225 by julian @ 1/24/2009 6:36 PM
Diffstat (limited to 'expo/views_other.py')
-rw-r--r-- | expo/views_other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/expo/views_other.py b/expo/views_other.py index 7c5fc92..1155036 100644 --- a/expo/views_other.py +++ b/expo/views_other.py @@ -29,7 +29,7 @@ def frontPage(request): #'randSent':randSent.randomLogbookSentence(),
expeditions = Expedition.objects.order_by("-year")
- return render_to_response('index.html', {'expeditions':expeditions, 'settings':settings, "message":message})
+ return render_to_response('index.html', {'expeditions':expeditions, 'settings':settings, 'all':'all', "message":message})
def calendar(request,year):
week=['S','S','M','T','W','T','F']
|