8000 Updated another instance of new_form to new_movie · tecladocode/web-dev-bootcamp@155e9a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 155e9a2

Browse files
authored
Updated another instance of new_form to new_movie
1 parent 318ae09 commit 155e9a2

File tree

1 file changed

+1
-1
lines changed
  • curriculum/section14/lectures/07_render_wtform_with_jinja_macros

1 file changed

+1
-1
lines changed

curriculum/section14/lectures/07_render_wtform_with_jinja_macros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Let's create `templates/macros/fields.html` and place this inside it:
131131
{% endmacro %}
132132
```
133133

134-
Now we can just import that from `templates/new_form.html` and use it three times, once per field:
134+
Now we can just import that from `templates/new_movie.html` and use it three times, once per field:
135135

136136
```jinja2
137137
{% from "macros/fields.html" import render_text_field %}

0 commit comments

Comments
 (0)
0