diff --git a/ietf/templates/wginfo/chartering_wgs.html b/ietf/templates/wginfo/chartering_wgs.html index e15cdfc10..bea3edbeb 100644 --- a/ietf/templates/wginfo/chartering_wgs.html +++ b/ietf/templates/wginfo/chartering_wgs.html @@ -4,6 +4,7 @@ {% block content %} {% load ietf_filters %} +{% load ballot_icon %}
Acronym | +Group | Charter | Date | Status | @@ -27,7 +28,7 @@ {% for g in groups %}|
---|---|---|---|---|---|
- {{ g.acronym }} + {{ g.acronym }} |
{{ g.name }}
@@ -42,10 +43,7 @@
{% if g.charter.telechat_date %} IESG Telechat: {{ g.charter.telechat_date|date:"Y-m-d" }}{% endif %} |
- {% comment %} - FIXME: add this back in when ballot situation is clear - {% if g.charter.get_state_slug == "iesgrev" %}{% wg_ballot_icon g.acronym %}{% endif %} - {% endcomment %} + {% ballot_icon g.charter %} |