We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc4be8 commit 4e47f01Copy full SHA for 4e47f01
templates/nominations/nomination_detail.html
@@ -17,7 +17,11 @@ <h1 class="page-title">Nomination for {{ nomination.name }} in {{ nomination.ele
17
{% if nomination.nominee.user == request.user %}
18
<center>
19
<i>You are the nominee for this nomination.</i><br>
20
+ {% if nomination.accepted %}
21
<i>It is currently accepted!</i></br>
22
+ {% else %}
23
+ <b>It is not currently accepted!</b></br>
24
+ {% endif %}
25
{% if editable %}
26
{% if nomination.nominator == request.user %}
27
<a href="{{ nomination.get_edit_url }}">Edit</a>
0 commit comments