Skip to content

Commit 61169b6

Browse files
committed
remove exception for the hypertext coord group as the right group is already a coordination group
1 parent 2556c0d commit 61169b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/listings/publications/tr_card.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{% endif %}
1919
{% endblock tags %}
2020
{% block deliverers %}
21-
{% if spec.deliverers|filter(d => d.group.shortname not in ['unknownwg', 'hypertextcgmember'] and d.group.groupType != 'coord')|length > 0 %}
21+
{% if spec.deliverers|filter(d => d.group.shortname != 'unknownwg' and d.group.groupType != 'coord')|length > 0 %}
2222
<div>
2323
<dt>Deliverers</dt>
2424
{% for deliverer in spec.deliverers -%}

0 commit comments

Comments
 (0)