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