diff --git a/cps/templates/search_form.html b/cps/templates/search_form.html index f5483139..5d186ba7 100644 --- a/cps/templates/search_form.html +++ b/cps/templates/search_form.html @@ -228,10 +228,6 @@ {% endblock %} {% block js %} - - {% if not g.user.locale == 'en' %} diff --git a/cps/templates/tasks.html b/cps/templates/tasks.html index c13ddff9..40120335 100644 --- a/cps/templates/tasks.html +++ b/cps/templates/tasks.html @@ -26,8 +26,5 @@ {% block js %} - {% endblock %} diff --git a/cps/templates/user_table.html b/cps/templates/user_table.html index dec79eb0..111d2a09 100644 --- a/cps/templates/user_table.html +++ b/cps/templates/user_table.html @@ -183,6 +183,9 @@ +{% if not g.user.locale == 'en' %} + +{% endif %} {% endblock %}