Skip to content

Commit

Permalink
Merge pull request greyli#177 from JackLovel/master
Browse files Browse the repository at this point in the history
Update app.py
  • Loading branch information
greyli authored Jun 3, 2019
2 parents cf1dec6 + a4f9055 commit 92f10a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/template/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def bar():
return 'I am bar.'


# reigster template filter
# register template filter
@app.template_filter()
def musical(s):
return s + Markup(' ♫')
Expand Down

0 comments on commit 92f10a4

Please sign in to comment.