We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34282e8 commit 0525c25Copy full SHA for 0525c25
roundup/cgi/templating.py
@@ -2827,7 +2827,7 @@ def html_calendar(self, request):
2827
2828
html will simply be a table.
2829
"""
2830
- tz = request.client.db.getUserTimezone())
+ tz = request.client.db.getUserTimezone()
2831
current_date = date.Date(".").local(tz)
2832
date_str = request.form.getfirst("date", current_date)
2833
display = request.form.getfirst("display", date_str)
0 commit comments