Skip to content

Commit e3a5d02

Browse files
committed
flask apis jinja template fix
1 parent 0cfe7c6 commit e3a5d02

File tree

1 file changed

+1
-1
lines changed
  • days/017-020-flask-call-apis/code/program/templates

1 file changed

+1
-1
lines changed

days/017-020-flask-call-apis/code/program/templates/chuck.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
{% block content %}
44
<h1>Chuck Norris Jokes!</h1>
5-
<p>{% print('{}'.format(joke)) %}</p>
5+
<p>{{joke}}</p>
66
{% endblock %}

0 commit comments

Comments
 (0)