diff --git a/Large-app-how-to.md b/Large-app-how-to.md index 744d563..1778049 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -370,7 +370,7 @@ and here is the `/app/templates/users/login.html` template: {% endblock %} ``` -This template will use a macro to automate the construction of html fields. This macro will be stored in `/app/forms/macros.html` (since this macro will be called in different modules, we'll store it in a separated file). +Those templates will use a macro to automate the construction of html fields. This macro will be stored in `/app/templates/forms/macros.html` (since this macro will be called in different modules, we'll store it in a separated file). ```jinja {% macro render_field(field) %}