diff --git a/templates/web/prod/Tooltip/Caption.html.twig b/templates/web/prod/Tooltip/Caption.html.twig index 0f2438fb59..f69897be45 100644 --- a/templates/web/prod/Tooltip/Caption.html.twig +++ b/templates/web/prod/Tooltip/Caption.html.twig @@ -5,5 +5,5 @@ {% set maxwidth = 700 %} {% block content %} - {% include 'common/caption.html' %} + {% include 'common/caption.html.twig' %} {% endblock %} diff --git a/templates/web/prod/preview/caption.html b/templates/web/prod/preview/caption.html index 68c115d04a..931f7b7fe7 100644 --- a/templates/web/prod/preview/caption.html +++ b/templates/web/prod/preview/caption.html @@ -1,4 +1,4 @@ -{% import 'common/caption_templates/preview.html' as caption %} +{% import 'common/caption_templates/preview.html.twig' as caption %} {% if user.ACL().has_right_on_base(record.get_base_id, 'canmodifrecord') %}