Fix stream state label

- Legacy-Id: 3851
This commit is contained in:
Ole Laursen 2012-01-24 12:30:22 +00:00
parent 2c156ec1f4
commit 9cd0113da5

View file

@ -70,7 +70,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{% if stream_info.state %}
{% ifequal stream_info.stream.name "IETF" %}
<tr>
<td>IETF WG State:</td>
<td>IETF State:</td>
<td>{{ stream_info.state.name }} ({{ stream_info.streamed.get_group }})
{% if stream_info.tags %}<br /><i>{% for tag in stream_info.tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}
</td>