From 4e4603215dfdf7376f4152a7709e4f60ec752e2e Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 1 Aug 2023 16:46:04 -0400 Subject: [PATCH] fix: Clean up view_feedback_pending (#6070) - 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 890bf0d75..b086eae29 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 @@ - - U - Unclassified - {% for legend, t in type_dict.items %} {{ legend }} @@ -89,7 +85,6 @@ Date - U {% for legend, t in type_dict.items %}{{ legend }}{% endfor %} Author Subject @@ -118,7 +113,7 @@ title="{{ choice.1 }}"> {% endfor %} - {% person_link form.instance.author %} + {{ form.instance.author }} {{ form.instance.subject }}