Projet

Général

Profil

« Précédent | Suivant » 

Révision 1ccf354b

Ajouté par Mikaël Ates il y a plus de 9 ans

facturation: days not locked open in a new tab (fixes #3432).

Voir les différences:

calebasse/facturation/templates/facturation/detail.html
45 45
    <h3>Jours non verrouillés</h3>
46 46
        <ul>
47 47
        {% for day in days_not_locked %}
48
            <li><a href="../../agenda/{{ day.year }}-{{ day.month }}-{{ day.day }}/validation-des-actes">{{ day.day }}/{{ day.month }}/{{ day.year }}</a></li>
48
            <li><a href="../../agenda/{{ day.year }}-{{ day.month }}-{{ day.day }}/validation-des-actes" target="_blank">{{ day.day }}/{{ day.month }}/{{ day.year }}</a></li>
49 49
        {% endfor %}
50 50
        </ul>
51 51
    {% endif %}

Formats disponibles : Unified diff