diff --git a/apps/applications/templates/applications/terminal_modal_accept.html b/apps/applications/templates/applications/terminal_modal_accept.html index 1a9cc384e..7e9c7fac7 100644 --- a/apps/applications/templates/applications/terminal_modal_accept.html +++ b/apps/applications/templates/applications/terminal_modal_accept.html @@ -4,15 +4,15 @@ {% block modal_class %}modal-lg{% endblock %} {% block modal_title%}{% trans "Accept terminal registration" %}{% endblock %} {% block modal_body %} -{% load bootstrap %} +{% load bootstrap3 %}
{% endblock %} diff --git a/apps/applications/templates/applications/terminal_update.html b/apps/applications/templates/applications/terminal_update.html index 718ceda94..d9621abaa 100644 --- a/apps/applications/templates/applications/terminal_update.html +++ b/apps/applications/templates/applications/terminal_update.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load i18n %} {% load static %} -{% load bootstrap %} +{% load bootstrap3 %} {% block custom_head_css_js %} @@ -31,14 +31,14 @@