Skip to content

Commit b174577

Browse files
committed
Always show the liaison submitted date on liaison pages, as requested.
- Legacy-Id: 15775
1 parent d3fd4c9 commit b174577

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

ietf/templates/liaisons/detail.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ <h1>
2121
<td>{{ liaison.state }}</td>
2222
</tr>
2323
<tr>
24-
{% if liaison.state.slug == "posted" %}
25-
<th class="text-nowrap">Posted Date</th>
26-
<td>{{ liaison.posted|date:"Y-m-d" }}</td></tr>
27-
{% else %}
28-
<th class="text-nowrap">Submitted Date</th>
29-
<td>{{ liaison.submitted|date:"Y-m-d" }}</td></tr>
30-
{% endif %}
24+
<th class="text-nowrap">Submitted Date</th>
25+
<td>{{ liaison.submitted|date:"Y-m-d" }}</td></tr>
3126
<tr>
3227
<th class="text-nowrap">From Group{{ liaison.from_groups.all|pluralize }}</th>
3328
<td>{{ liaison.from_groups_display }}</td>

0 commit comments

Comments
 (0)