From b2f8fc96f364ae6b299d7f5cce0e543361ea9317 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Thu, 12 Sep 2024 14:44:43 +0400 Subject: [PATCH] remove extra curly brace --- templates/components/listings/publications/tr_card.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/listings/publications/tr_card.html.twig b/templates/components/listings/publications/tr_card.html.twig index afea2927..2e4725ca 100644 --- a/templates/components/listings/publications/tr_card.html.twig +++ b/templates/components/listings/publications/tr_card.html.twig @@ -39,7 +39,7 @@ {% endblock translations %} {% block crs %} {% if spec.crd %} - {% set cr = spec.specification.lastSpecVersionOfType('CR') %} %} + {% set cr = spec.specification.lastSpecVersionOfType('CR') %} {% if cr %}
Latest Candidate Recommendation Snapshot