Skip to content
Snippets Groups Projects
Commit 30173b12 authored by Andreas Valder's avatar Andreas Valder
Browse files

small ical bug fix 2...

parent 67b8107e
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ def ical_semester(semester):
@app.route('/internal/ical/all')
@calperm
def ical_all():
return export_lectures(query('SELECT lectures.* FROM lectures lectures.visible = 1'),'videoag_all.ics')
return export_lectures(query('SELECT lectures.* FROM lectures WHERE lectures.visible = 1'),'videoag_all.ics')
@app.route('/internal/ical/course/<course>')
@calperm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment