From 8746d1bd89cea6928bbb587351c233a90cf5845c Mon Sep 17 00:00:00 2001 From: Imanol Eguskiza Date: Fri, 26 Jan 2024 10:38:31 +0100 Subject: [PATCH] EWPP-3871: Use proper border color in call for proposals. --- ...ield-group--group-results--node--oe-call-proposals.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/content/pattern-field-list--field-group--group-results--node--oe-call-proposals.html.twig b/templates/content/pattern-field-list--field-group--group-results--node--oe-call-proposals.html.twig index decb55fdf8..1e29262603 100644 --- a/templates/content/pattern-field-list--field-group--group-results--node--oe-call-proposals.html.twig +++ b/templates/content/pattern-field-list--field-group--group-results--node--oe-call-proposals.html.twig @@ -6,7 +6,7 @@ #} {% extends '@oe_theme/patterns/field_list/pattern-field-list.html.twig' %} {% block content %} -
+
{{ parent() }}
{% endblock %}