{% block body -%}{%- endblock %} @@ -55,7 +54,7 @@ {# footer #} {% block footer -%}{% include 'footer.html.twig' %}{%- endblock %} {# java scripts #} - +{# java scripts #} {% block javascripts %} {% if app.debug %} {{ asset_js('js/vendor/jquery/jquery.js') }} @@ -70,5 +69,6 @@ {{ asset_js('js/core_common.js') }} {% endif %} {% endblock %} + diff --git a/templates/calculation/calculation_edit.html.twig b/templates/calculation/calculation_edit.html.twig index d284a9e73..291b8d759 100644 --- a/templates/calculation/calculation_edit.html.twig +++ b/templates/calculation/calculation_edit.html.twig @@ -1,6 +1,5 @@ {% extends 'base.html.twig' %} {% form_theme form _self %} - {# customize the user margin field to display a tooltip #} {% block _calculation_userMargin_widget -%} {%- set type = type|default('number') -%} @@ -20,7 +19,6 @@