From 1ba8ebfe6eebda16c6dc70ceea011d506b0b8c19 Mon Sep 17 00:00:00 2001 From: mattoufoutu Date: Mon, 6 Feb 2012 06:48:17 -0800 Subject: [PATCH] fix typo --- Large-app-how-to.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Large-app-how-to.md b/Large-app-how-to.md index 6c738bd..deff3ed 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -346,8 +346,8 @@ Now we won't have to redefine our html structure anymore, and any modification d {{ render_field(form.password, class="input text") }} {{ render_field(form.confirm, class="input text") }} {{ render_field(form.accept_tos, class="input checkbox") }} - - {{ form.repcaptcha }} + + {{ form.recaptcha }} Login