From f4965f70b4c764e29bec102bce37a6a400aeb117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Wed, 6 Jul 2016 01:32:55 +0200 Subject: [PATCH] small display improvement --- proposals/templates/proposals/topic_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proposals/templates/proposals/topic_list.html b/proposals/templates/proposals/topic_list.html index 0eb4a07..a1494d1 100644 --- a/proposals/templates/proposals/topic_list.html +++ b/proposals/templates/proposals/topic_list.html @@ -12,9 +12,9 @@ {% for topic in topic_list %}
  • {{ topic.get_link }} - {% if request|staff %} ({% for reviewer in topic.reviewers.all %} {{ reviewer.get_link }} - {% if not forloop.last %}, {% endif %}{% endfor %} ) - {% if request|orga %} - edit{% endif %} + {% if request|staff %} + {% if topic.reviewers.exists %} ({% for reviewer in topic.reviewers.all %} {{ reviewer.get_link }} {% if not forloop.last %}, {% endif %}{% endfor %}) {% endif %} + {% if request|orga %} - edit{% endif %} {% endif %}
  • {% empty %}