From 15565ace4adc1f1ccb6cd483250cf11f96160e47 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Tue, 17 Apr 2012 16:26:40 +0000 Subject: [PATCH] Polish view somewhat, add ballot icon. - Legacy-Id: 4286 --- ietf/templates/wginfo/chartering_wgs.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 %}

Chartering or Re-Chartering Working Groups

@@ -19,7 +20,7 @@ {% else %} - + @@ -27,7 +28,7 @@ {% for g in groups %} {% endfor %}
AcronymGroup Charter Date Status
- {{ 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 %}