Skip to content
Snippets Groups Projects
Commit e8f4e857 authored by Julian Rother's avatar Julian Rother
Browse files

Fix function name of time filter

parent 58beea4e
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ def human_date(d):
return d.strftime('%d.%m.%Y')
@app.template_filter(name='time')
def human_date(d):
def human_time(d):
return d.strftime('%H:%M')
@app.template_filter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment