don't display twice normal avis (#11079)

This commit is contained in:
Frédéric Péters 2016-05-26 18:54:27 +02:00
parent 7fcfa17095
commit 46b44136e9
1 changed files with 0 additions and 11 deletions

View File

@ -24,17 +24,6 @@
</ul>
{% endif %}
{% if object.get_avis|length %}
<div class="bo-block">
<strong>{% trans "Avis" %}</strong>
<ul>
{% for avis in object.get_avis %}
<li>{{avis.role_name}}: {% firstof avis.comments '-' %}</li>
{% endfor %}
</ul>
</div>
{% endif %}
{% if object.get_mandatory_avis|length %}
<div class="bo-block
{% for avis in object.get_mandatory_avis %}{% if not avis.comments %} important {% endif %}{% endfor %}">