There was an error while loading. Please reload this page.
1 parent d3fd4c9 commit b174577Copy full SHA for b174577
1 file changed
ietf/templates/liaisons/detail.html
@@ -21,13 +21,8 @@ <h1>
21
<td>{{ liaison.state }}</td>
22
</tr>
23
<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 %}
+ <th class="text-nowrap">Submitted Date</th>
+ <td>{{ liaison.submitted|date:"Y-m-d" }}</td></tr>
31
32
<th class="text-nowrap">From Group{{ liaison.from_groups.all|pluralize }}</th>
33
<td>{{ liaison.from_groups_display }}</td>
0 commit comments