From 43a53b1dab446c825dec61b0affb38688ca70dd5 Mon Sep 17 00:00:00 2001 From: pfrields Date: Aug 30 2017 18:48:23 +0000 Subject: Correct directory name 'template' -> 'templates' --- diff --git a/docs/simple.rst b/docs/simple.rst index b93632f..6cc5f15 100644 --- a/docs/simple.rst +++ b/docs/simple.rst @@ -63,7 +63,7 @@ framework. But you still need a root view class, so add the following code to You don't even need to override anything from the base class if you're using the defaults. Now you need the Jinja2 template file, which defaults to -``template/root.html`` for the root view. An empty file is provided, fill it +``templates/root.html`` for the root view. An empty file is provided, fill it up with this content: .. code-block:: jinja