From 9f6238f8f4137a2ff8a4bc7a1240bfc8220d50df Mon Sep 17 00:00:00 2001 From: Travis Rigg Date: Wed, 25 Nov 2015 17:08:11 -0500 Subject: [PATCH] blogr tutorial now uses Jinja2 instead of mako I noticed an incongruence between the tutorial and the tutorial listing so I figured I would edit it and propose a file change. --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index af141dc..fc39df2 100644 --- a/index.rst +++ b/index.rst @@ -45,7 +45,7 @@ name/link ET* title description c `blogr`_ 4h ``pyramid_blogr`` inspired by Flaskr app from the `pyramid_blogr`_ * URL dispatch Tutorial Flask Web Framework Tutorial * SQLAlchemy - * Mako + * Jinja2 * security * WTForms * pagination