From b1745770a42155bec8db10a77c482548ba46281f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 20 Nov 2018 13:15:32 +0000 Subject: [PATCH] Always show the liaison submitted date on liaison pages, as requested. - Legacy-Id: 15775 --- ietf/templates/liaisons/detail.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ietf/templates/liaisons/detail.html b/ietf/templates/liaisons/detail.html index edca6c575..d00c14047 100644 --- a/ietf/templates/liaisons/detail.html +++ b/ietf/templates/liaisons/detail.html @@ -21,13 +21,8 @@ {{ liaison.state }} - {% if liaison.state.slug == "posted" %} - Posted Date - {{ liaison.posted|date:"Y-m-d" }} - {% else %} - Submitted Date - {{ liaison.submitted|date:"Y-m-d" }} - {% endif %} + Submitted Date + {{ liaison.submitted|date:"Y-m-d" }} From Group{{ liaison.from_groups.all|pluralize }} {{ liaison.from_groups_display }}