diff --git a/petitscours/templates/petitscours/demande_list.html b/petitscours/templates/petitscours/demande_list.html index 04132d57..e79c3fc1 100644 --- a/petitscours/templates/petitscours/demande_list.html +++ b/petitscours/templates/petitscours/demande_list.html @@ -21,7 +21,11 @@ {{ demande.created|date:"d E Y" }} {% if demande.traitee_par %}{{ demande.traitee_par.username }}{% else %}{% endif %} - Détails + {% if demande.traitee %} + Détails + {% else %} + Traiter + {% endif %} {% endfor %}