From bc3e397bfe2144785f9129ccb1effdfa9fe6c146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 7 May 2013 20:17:02 -0500 Subject: [PATCH] Fixed typo on flask-mongoengine tutorial --- .../write-a-tumblelog-application-with-flask-mongoengine.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt b/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt index 5756d10f123..39fab1e353c 100644 --- a/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt +++ b/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt @@ -768,7 +768,7 @@ List all the posts in the :file:`templates/admin/list.html` file: {% endblock %} -Add a temple to create and edit posts in the +Add a template to create and edit posts in the :file:`templates/admin/detail.html` file: .. code-block:: html