Dispay
[cavote.git] / templates / votes.html
index ef54cbb..0cb1b51 100644 (file)
@@ -28,10 +28,12 @@ Liste des votes
         <h4>Categorie : {{ vote.category }}</h4>
       </div>
       <div class="span3">
-      <h4>Notes</h4>
+      {% if vote.description %}
+      <h4>Description</h4>
       <p>
       {{ vote.description|safe }}
       </p>
+      {% endif %}
     </div>
   </div>
   {% else %}