diff --git a/ietf/templates/meeting/requests.html b/ietf/templates/meeting/requests.html
index 482b590483c..f7e46fb754e 100644
--- a/ietf/templates/meeting/requests.html
+++ b/ietf/templates/meeting/requests.html
@@ -98,7 +98,6 @@
| Group |
Length |
Size |
- Purpose |
Requester |
AD |
Constraints |
@@ -120,6 +119,9 @@
{{ session.group.acronym }}
+ {% if session.purpose_id != "regular" %}
+
{{session.purpose}}
+ {% endif %}
{% if session.joint_with_groups.count %}joint with {{ session.joint_with_groups_acronyms|join:' ' }}{% endif %}
{% if session.requested_duration %}
@@ -139,7 +141,6 @@
{% if session.requested_duration %}{{ session.requested_duration|stringformat:"s"|slice:"0:4" }}{% endif %}
| {{ session.attendees|default:"" }} |
- {% if session.purpose_id != "regular" %}{{session.purpose}}{% endif %} |
{% person_link session.requested_by_person with_email=False %} |
{% if session.group.ad_role %}
|