From 0ead931112281eac87eebe09aeb1f24764adc9db Mon Sep 17 00:00:00 2001 From: jrampon Date: Mon, 16 Jul 2012 17:36:38 -0700 Subject: [PATCH] Updated Large app how to (markdown) --- 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 3d33033..7d37bc3 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -315,11 +315,11 @@ Jinja is integrated within Flask. One of the great feature of Jinja is the inher {% endblock %} {% block script %} - + {% endblock %} -
{% block header %}{% endblock %}
{% for category, msg in get_flashed_messages(with_categories=true) %}