From 6c05a32ca3edb0c6a14e3a1ecaa392380be5b4cd Mon Sep 17 00:00:00 2001 From: eskilolsen Date: Sat, 24 Mar 2012 12:33:35 -0700 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 7141712..9729d58 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -220,7 +220,7 @@ The view is where we'll declare our Blueprint. Using url_prefix will prefix ever ```python from functools import wraps - from flask import g + from flask import g, flash def requires_login(f): @wraps(f)