Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
3054ab9c
Commit
3054ab9c
authored
Apr 30, 2017
by
Julian Rother
Browse files
Changed upcomming recodings to start at today
parent
e2657d6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
3054ab9c
...
...
@@ -325,7 +325,7 @@ def index():
return
"Not found"
,
404
return
redirect
(
url_for
(
'lecture'
,
course
=
courses
[
0
][
'handle'
],
id
=
request
.
args
[
'lectureid'
]),
code
=
302
)
start
=
date
.
today
()
-
timedelta
(
days
=
1
)
start
=
date
.
today
()
end
=
start
+
timedelta
(
days
=
7
)
upcomming
=
query
(
'''
SELECT lectures.*, "course" AS sep, courses.*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment