We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6832c6c commit e4e9601Copy full SHA for e4e9601
templates/users/nominations_view.html
@@ -26,11 +26,11 @@ <h2>Nominations Received</h2>
26
{% if nomination.nominator == request.user %}
27
Self Nomination
28
{% else %}
29
- Nomination from {{ nomination.nominator.first_name }} {{ nomination.nominator.last_name }}
+ Nomination from {{ nomination.nominator.first_name }} {{ nomination.nominator.last_name }} {% if nomination.accepted %}<b>Accepted</b>{% else %}<i>Not accepted!</i>{% endif %}
30
{% endif %}
31
<a href="{{ nomination.get_absolute_url }}">
32
{% if nomination.is_editable %}
33
- View/Edit
+ View / Manage
34
35
View
36
0 commit comments