From b82d03c12cf0256a0170147132559f1536b38d21 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 3 Oct 2021 08:01:33 +0200 Subject: [PATCH] Removed js from search_form, tasks Added translation of bootstrap-select in user table --- cps/templates/search_form.html | 4 ---- cps/templates/tasks.html | 3 --- cps/templates/user_table.html | 3 +++ 3 files changed, 3 insertions(+), 7 deletions(-) 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 %}