We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318ae09 commit 155e9a2Copy full SHA for 155e9a2
curriculum/section14/lectures/07_render_wtform_with_jinja_macros/README.md
@@ -131,7 +131,7 @@ Let's create `templates/macros/fields.html` and place this inside it:
131
{% endmacro %}
132
```
133
134
-Now we can just import that from `templates/new_form.html` and use it three times, once per field:
+Now we can just import that from `templates/new_movie.html` and use it three times, once per field:
135
136
```jinja2
137
{% from "macros/fields.html" import render_text_field %}
0 commit comments