Fix stream state label
- Legacy-Id: 3851
This commit is contained in:
parent
2c156ec1f4
commit
9cd0113da5
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue