We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5ae39 commit 17f7b63Copy full SHA for 17f7b63
1 file changed
ietf/templates/nomcom/view_feedback_unrelated.html
@@ -25,23 +25,7 @@ <h2>Feedback not related to nominees</h2>
25
<dt>From</dt>
26
<dd>{{ feedback.author|formatted_email|default:"Anonymous" }}</dd>
27
<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
40
- {% endfor %}
41
42
43
- <dt>Positions</dt>
44
- <dd>{{ feedback.positions.all|join:"," }}</dd>
+ <dd>{{ feedback.time|date:"Y-m-d" }}</dd>
45
<dt>Body</dt>
46
<dd class="pasted">{% decrypt feedback.comments request year 1 %}</dd>
47
</dl>
0 commit comments