From 42f91a1be703d56e8927d24b9e93875f6e107982 Mon Sep 17 00:00:00 2001 From: Mahyar Damavand Date: Sat, 24 Feb 2018 12:47:01 +0330 Subject: [PATCH] Find html files of django-wiki under templates directory --- conf/locale/babel_third_party.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/locale/babel_third_party.cfg b/conf/locale/babel_third_party.cfg index e77f22e07a..072a64a210 100644 --- a/conf/locale/babel_third_party.cfg +++ b/conf/locale/babel_third_party.cfg @@ -2,7 +2,7 @@ [python: **.py] input_encoding = utf-8 -[django: **/template/**.html] +[django: **/templates/**.html] input_encoding = utf-8 [reactjs: **.jsx]