Project

General

Profile

« Previous | Next » 

Revision dd986559

Added by Serghei Mihai almost 11 years ago

agenda: room renamed to ressource

Closes #4653

View differences:

calebasse/agenda/templates/agenda/event.html
19 19
      {{ form.title.errors }}
20 20
      </p>
21 21
    </td>
22
    <td {% if form.room.field.required %}class="required"{% endif %}>
22
    <td {% if form.ressource.field.required %}class="required"{% endif %}>
23 23
      <p>
24
      {{ form.room.label_tag }}
25
      {{ form.room }}
24
      {{ form.ressource.label_tag }}
25
      {{ form.ressource }}
26 26
      </p>
27 27
    </td>
28 28
  </tr>

Also available in: Unified diff