From 4a8bd383bc9e108ac2d92790dcbb50a4baae95e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Fri, 19 Sep 2014 17:53:06 +0200 Subject: [PATCH] dossiers: finally, no week day in past acts. --- .../templates/dossiers/patientrecord_tab5_actes_passes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calebasse/dossiers/templates/dossiers/patientrecord_tab5_actes_passes.html b/calebasse/dossiers/templates/dossiers/patientrecord_tab5_actes_passes.html index 2212a8a5..835425ee 100644 --- a/calebasse/dossiers/templates/dossiers/patientrecord_tab5_actes_passes.html +++ b/calebasse/dossiers/templates/dossiers/patientrecord_tab5_actes_passes.html @@ -24,7 +24,7 @@ {% for act, state, missing_workers in last_rdvs %} - {{ act.date|date:"DATE_FORMAT" }} + {{ act.date|date:"SHORT_DATE_FORMAT" }} {{ act.time|date:"H:i" }}{% if missing_workers %} {% endif %} {% if state %}{% if act.is_absent %}{% endif %}{% if state.state_name == 'ACT_DOUBLE' or state.state_name == 'ACT_LOST' %}Présent ({{ state }}){% else %}{{ state }}{% endif %}{% if act.is_absent %}{% endif %}{% else %}Non pointé.{% endif %} {{ act.act_type }}