web/views/old_calendar.py
branchstable
changeset 4719 aaed3f813ef8
parent 4466 8b0ca7904820
child 4721 8f63691ccb7f
--- a/web/views/old_calendar.py	Fri Feb 26 13:12:01 2010 +0100
+++ b/web/views/old_calendar.py	Fri Feb 26 13:19:14 2010 +0100
@@ -40,7 +40,6 @@
 
     def nav_header(self, date, smallshift=3, bigshift=9):
         """prints shortcut links to go to previous/next steps (month|week)"""
-        prev1 = next1 = prev2 = nex2 = date
         prev1 = previous_month(date, smallshift)
         next1 = next_month(date, smallshift)
         prev2 = previous_month(date, bigshift)