Skip to content

Commit 2556c0d

Browse files
committed
remove old groups
1 parent b2c55da commit 2556c0d

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 != 'unknownwg')|length > 0 %}
21+
{% if spec.deliverers|filter(d => d.group.shortname not in ['unknownwg', 'hypertextcgmember'] and d.group.groupType != 'coord')|length > 0 %}
2222
<div>
2323
<dt>Deliverers</dt>
2424
{% for deliverer in spec.deliverers -%}

0 commit comments

Comments
 (0)