diff --git a/assets/js/error_handler.js b/assets/js/error_handler.js index 4cf3ef77..8c5e75e1 100644 --- a/assets/js/error_handler.js +++ b/assets/js/error_handler.js @@ -46,7 +46,7 @@ const ErrorHandlerHelper = class { let msg = `Error calling ${url}. `; msg += 'Try to reload the page or contact the administrator if this error persists.' - msg += '

' + 'View details' + ""; + msg += '

' + 'View details' + ""; msg += "
"; return msg; diff --git a/templates/Form/extendedBootstrap4_layout.html.twig b/templates/Form/extendedBootstrap4_layout.html.twig index 36fdc5cb..c7c2ef48 100644 --- a/templates/Form/extendedBootstrap4_layout.html.twig +++ b/templates/Form/extendedBootstrap4_layout.html.twig @@ -42,7 +42,7 @@ {{ form_widget(form.value) }}
{% if form.prefix is defined %} - {{ form_widget(form.prefix, {'attr': {'class': 'custom-select'}}) }} + {{ form_widget(form.prefix, {'attr': {'class': 'form-select'}}) }} {% endif %} {% if unit is not empty %} diff --git a/templates/_navbar.html.twig b/templates/_navbar.html.twig index 87a05497..95073128 100644 --- a/templates/_navbar.html.twig +++ b/templates/_navbar.html.twig @@ -57,9 +57,9 @@ id="login-link"> {% trans %}user.login{% endtrans %} {% endif %} - -