Skip to content

Commit 17f7b63

Browse files
committed
cleaned some cruft of the unrelated feedback template
- Legacy-Id: 10626
1 parent dc5ae39 commit 17f7b63

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

ietf/templates/nomcom/view_feedback_unrelated.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,7 @@ <h2>Feedback not related to nominees</h2>
2525
<dt>From</dt>
2626
<dd>{{ feedback.author|formatted_email|default:"Anonymous" }}</dd>
2727
<dt>Date</dt>
28-
<dd>{{ feedback.time|date:"Y-m-d" }})</dd>
29-
30-
{% if ft.slug == "nomina" %}
31-
{% for fn in feedback.nomination_set.all %}
32-
{% if fn.candidate_name %}
33-
<dt>Nominee</dt>
34-
<dd>{{ fn.candidate_name }}</dd>
35-
{% endif %}
36-
{% if fn.candidate_phone %}
37-
<dt>Nominee phone</dt>
38-
<dd>{{ fn.candidate_phone }}</dd>
39-
{% endif %}
40-
{% endfor %}
41-
{% endif %}
42-
43-
<dt>Positions</dt>
44-
<dd>{{ feedback.positions.all|join:"," }}</dd>
28+
<dd>{{ feedback.time|date:"Y-m-d" }}</dd>
4529
<dt>Body</dt>
4630
<dd class="pasted">{% decrypt feedback.comments request year 1 %}</dd>
4731
</dl>

0 commit comments

Comments
 (0)