forked from gergely/calendar-social
[Refactor] Refactor the month view template so it can display all events
…not just the events of the current user.
This commit is contained in:
@@ -170,7 +170,7 @@ class CalendarSocialApp(Flask):
|
||||
|
||||
calendar = GregorianCalendar(timestamp.timestamp())
|
||||
|
||||
return render_template('index.html', calendar=calendar)
|
||||
return render_template('index.html', calendar=calendar, user_only=True)
|
||||
|
||||
@staticmethod
|
||||
@route('/register', methods=['POST', 'GET'])
|
||||
|
Reference in New Issue
Block a user