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
e8f4e857
Commit
e8f4e857
authored
Sep 12, 2016
by
Julian Rother
Browse files
Fix function name of time filter
parent
58beea4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
e8f4e857
...
...
@@ -114,7 +114,7 @@ def human_date(d):
return
d
.
strftime
(
'%d.%m.%Y'
)
@
app
.
template_filter
(
name
=
'time'
)
def
human_
dat
e
(
d
):
def
human_
tim
e
(
d
):
return
d
.
strftime
(
'%H:%M'
)
@
app
.
template_filter
()
...
...
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