Skip to content
Snippets Groups Projects
Commit bde747c0 authored by Christoph Rackwitz's avatar Christoph Rackwitz Committed by Julian Rother
Browse files

cutprogress nochmal

parent fb90224e
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ def cutprogress(user=None):
# dropdown selection
allsemester=allsemester, # options
semester=semester, # choice
user=query('SELECT * FROM users WHERE id = ?', user)[0],
user=query('SELECT * FROM users WHERE id = ?', user)[0] if user else None,
# content
courses=courses,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment