diff --git a/cfp/templates/cfplist.html b/cfp/templates/cfplist.html index bf17f03..cd452d4 100644 --- a/cfp/templates/cfplist.html +++ b/cfp/templates/cfplist.html @@ -12,9 +12,15 @@ {% else %} Session suggestion is now closed. {% endif %} +{% if multitopic %} {% for topic in reviewable_topics %} -Review {% if multitopic %}topic: {{ topic.name }}{% else %}proposed sessions{% endif %} +Review topic: {{ topic.name }} {% endfor %} +{% else %} +{% if user.is_superuser %} +Review proposed sessions +{% endif %} +{% endif %} {% if multitopic %}