From 47208ced5dbfe958b8b0a877eec3b40e0ba6cd33 Mon Sep 17 00:00:00 2001 From: debrice Date: Tue, 7 Feb 2012 21:36:19 -0800 Subject: [PATCH] Updated Large app how to (markdown) --- Large-app-how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %}