Fixed translation in python modal templates

In several dialogs there is untranslatable text. These dialogs were
translatable in kilo. The path added in the configuration was not adequate.

Change-Id: Ib2b5592d8e01084fcfd91c6d7912fc91766585d2
Closes-Bug: #1481045
This commit is contained in:
Thai Tran 2015-08-13 15:31:18 -07:00
parent c4d7ecb0b6
commit 28394578c3

View File

@ -2,4 +2,4 @@
django = django_babel.extract:extract_django
[python: **.py]
[django: templates/**.html]
[django: **/templates/**.html]