From d20791eb6a64d211dae7c50a4eaa816f0dc24940 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 7 May 2016 17:36:58 -0700 Subject: [PATCH] docs/new-feature-tutorial: Fix typos in templates path. --- docs/new-feature-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new-feature-tutorial.rst b/docs/new-feature-tutorial.rst index ff3975e653..d9550e3729 100644 --- a/docs/new-feature-tutorial.rst +++ b/docs/new-feature-tutorial.rst @@ -56,7 +56,7 @@ new event that is sent to clients, be sure to add a handler for it to feature requires UI changes, you may need to add additional CSS to this file. **Templates:** The initial page structure is rendered via Django templates -located in ``template/server``. For JavaScript, Zulip uses Handlebars templates located in +located in ``templates/zerver``. For JavaScript, Zulip uses Handlebars templates located in ``static/templates``. Templates are precompiled as part of the build/deploy process.