Skip to content

Commit 71a198c

Browse files
committed
Remove spurious parenthesis from the template for viewing nomcom feedback. Commit ready for merge.
- Legacy-Id: 10003
1 parent bcc14cb commit 71a198c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/nomcom/view_feedback_nominee.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Feedback about {{ nominee }} </h2>
3030
{% endif %}
3131
</dd>
3232
<dt>Date</dt>
33-
<dd>{{ feedback.time|date:"Y-m-d" }})</dd>
33+
<dd>{{ feedback.time|date:"Y-m-d" }}</dd>
3434

3535
{% if ft.slug == "nomina" %}
3636
{% for fn in feedback.nomination_set.all %}

0 commit comments

Comments
 (0)