diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html
index 6cea3e5..03af6d2 100644
--- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html
+++ b/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html
@@ -8,20 +8,33 @@
{{ block.super }}
{% endblock %}
+{% block bootstrap_js %}
+
+ {% if not bootstrap_conflict %}
+ {{block.super}}
+ {% endif %}
+{% endblock%}
+
+{% block jquery_js %}
+ {% if not jquery_conflict %}
+ {{block.super}}
+ {% endif %}
+{% endblock %}
+
{% block head_js %}
{% for widget in widgets_profile %}
{{widget.get_header}}
{% endfor %}