From 2ede70e50ae166a2f2140d9828b96a62d393038a Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 20 Jul 2023 22:16:14 -0400 Subject: [PATCH] fix: Clean up view_feedback_pending - Remove "Unclassified" column header, which caused misalignment in the table body. - Show the message author - previously displayed as `(None)`. --- ietf/templates/nomcom/view_feedback_pending.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ietf/templates/nomcom/view_feedback_pending.html b/ietf/templates/nomcom/view_feedback_pending.html index 890bf0d759..b086eae297 100644 --- a/ietf/templates/nomcom/view_feedback_pending.html +++ b/ietf/templates/nomcom/view_feedback_pending.html @@ -1,5 +1,5 @@ {% extends "nomcom/nomcom_private_base.html" %} -{# Copyright The IETF Trust 2015, All Rights Reserved #} +{# Copyright The IETF Trust 2015-2023, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% load static %} @@ -73,10 +73,6 @@

Feedback pending from email list

- - U - Unclassified - {% for legend, t in type_dict.items %} {{ legend }} @@ -89,7 +85,6 @@

Feedback pending from email list

Date - U {% for legend, t in type_dict.items %}{{ legend }}{% endfor %} Author Subject @@ -118,7 +113,7 @@

Feedback pending from email list

title="{{ choice.1 }}"> {% endfor %} - {% person_link form.instance.author %} + {{ form.instance.author }} {{ form.instance.subject }}