Project

General

Profile

« Previous | Next » 

Revision c24361c0

Added by Jérôme Schneider over 12 years ago

dossiers: fix minutes for acts and rdvs

View differences:

calebasse/dossiers/templates/dossiers/patientrecord_update.html
438 438
    <div id="tabs-5"> <!-- Actes passés -->
439 439
        {% for act, state in last_rdvs %}
440 440
        <div class="frame">
441
            <h3>{% firstof act.start_datetime|date:"d/m/y H:m" act.date %} {{ act.act_type }}</h3>
441
            <h3>{% firstof act.start_datetime|date:"d/m/y H:i" act.date %} {{ act.act_type }}</h3>
442 442
            <ul>
443 443
            {% if act.doctors.all %}
444 444
            <li><label>Praticiens :</label>
......
474 474
    <div id="tabs-6"> <!-- Prochains rendez-vous -->
475 475
        {% for act, state in next_rdvs %}
476 476
        <div class="frame">
477
            <h3>{% firstof act.start_datetime|date:"d/m/y H:m" act.date %} {{ act.act_type }}</h3>
477
            <h3>{% firstof act.start_datetime|date:"d/m/y H:i" act.date %} {{ act.act_type }}</h3>
478 478
            <ul>
479 479
            {% if act.doctors.all %}
480 480
            <li><label>Praticiens :</label>

Also available in: Unified diff