Skip to content

Commit a7cf886

Browse files
committed
Add telechat info to the manage review requests page
- Legacy-Id: 12383
1 parent fb26a27 commit a7cf886

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/templates/group/manage_review_requests.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ <h3 class="panel-title">
7575
<div>
7676
{{ r.doc.pages }} page{{ r.doc.pages|pluralize }}
7777
- {{ r.doc.friendly_state }}
78+
{% if r.doc.telechat_date %}
79+
- IESG telechat: {{ r.doc.telechat_date }}
80+
{% endif %}
7881
{% if r.doc.group.type_id != "individ" %}
7982
- <a href="{% url "ietf.group.views.group_home" acronym=r.doc.group.acronym group_type=r.doc.group.type_id %}">{{ r.doc.group.acronym }} {{ r.doc.group.type.name }}</a>
8083
{% endif %}

0 commit comments

Comments
 (0)