diff --git a/proposals/templates/proposals/talk_detail.html b/proposals/templates/proposals/talk_detail.html index 1141656..32e9fbc 100644 --- a/proposals/templates/proposals/talk_detail.html +++ b/proposals/templates/proposals/talk_detail.html @@ -69,8 +69,21 @@ {% if moderate_perm %} +

{% trans "Informations" %}

+ + +

{% trans "Moderation" %}

+

{% trans "Status:" %}

+ +{{ talk.accepted|yesno:"Accepted,Declined,Pending decision" }}
+ +{% if talk.accepted == None %}

{% trans "Vote:" %}

-2 @@ -82,11 +95,6 @@

{{ talk.vote_set.all|length }} {% trans "vote" %}{{ talk.vote_set.all|length|pluralize }}, {% trans "average:" %} {{ talk.score|floatformat:1 }} -

{% trans "Status:" %}

- -{{ talk.accepted|yesno:"Accepted,Declined,Pending decision" }}
- -{% if talk.accepted == None %} Accept Decline {% endif %}