Skip to content

Commit dd3948c

Browse files
committed
Change date format. Removed feedback id.
See ietf-tools#975 - Legacy-Id: 5784
1 parent 8a29310 commit dd3948c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/nomcom/view_feedback_pending.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h4 style="margin-bottom: 0px;">Feedback types</h4>
7070
{% if form.errors %}<tr><td colspan="5" class="info-message-error">Please correct the following errors</td></tr>{% endif %}
7171
<tr class="{% cycle "evenrow" "oddrow" %}">
7272
{% if not extra_step %}<td class="toggle"><a href="#" class="trigger closed"></a></td>{% endif %}
73-
<td>{{ form.instance.time|date:"Y-m-d" }} id:{{ form.instance.id }}</td>
73+
<td>{{ form.instance.time|date:"r" }}</td>
7474
{% if extra_step %}
7575
<td>{{ form.feedback_type }}</td>
7676
{% else %}

0 commit comments

Comments
 (0)