Revision e5150d7d
Added by Serghei Mihai over 11 years ago
| calebasse/agenda/templates/agenda/ajax-disponibility-column.html | ||
|---|---|---|
|
{{ initials }}
|
||
|
</li>
|
||
|
{% for start_time, quarters in disponibility.items %}
|
||
|
<li class="hour-mark {% if start_time == 12 %}noon-start{% elif start_time == 14%}noon-end{% endif %}">
|
||
|
<li class="hour-mark {% if start_time == 12 %}noon-start{% elif start_time == 15%}noon-end{% endif %}">
|
||
|
<ul>
|
||
|
{% for quarter in quarters %}
|
||
|
{% for min, value in quarter %}
|
||
| calebasse/agenda/templates/agenda/index.html | ||
|---|---|---|
|
<ul>
|
||
|
<li class="initials"> </li>
|
||
|
{% for start_time in disponibility_start_times %}
|
||
|
<li class="hour-mark {% if start_time == 12 %}noon-start{% elif start_time == 14%}noon-end{% endif %}">
|
||
|
<li class="hour-mark {% if start_time == 12 %}noon-start{% elif start_time == 15%}noon-end{% endif %}">
|
||
|
{{ start_time|stringformat:"02d" }}
|
||
|
</li>
|
||
|
{% endfor %}
|
||
Also available in: Unified diff
agenda: noon pause from 12 to 15