Project

General

Profile

« Previous | Next » 

Revision 76974b6f

Added by Benjamin Dauvergne almost 12 years ago

agenda/actes/dossiers: move Occurence fields into Event, add recurring events support

View differences:

calebasse/actes/templates/actes/act_listing.html
123 123
            {% endif %}
124 124
            {% endfor %}
125 125
        </td>
126
        <td>{{ act.start_time|date:"H:i" }}</td>
126
        <td>{{ act.parent_event.start_time|date:"H:i" }}</td>
127 127
        <td>{{ act.duration }}</td>
128 128
      </tr>
129 129
    {% endfor %}

Also available in: Unified diff