Revision 30ba60e1
Added by Serghei Mihai over 11 years ago
| calebasse/agenda/templates/agenda/index.html | ||
|---|---|---|
|
<ul>
|
||
|
<li class="initials"> </li>
|
||
|
{% for start_time in disponibility_start_times %}
|
||
|
<li class="hour-mark">
|
||
|
<li class="hour-mark {% if start_time == 13 %}noon-start{% elif start_time == 14%}noon-end{% endif %}">
|
||
|
{{ start_time|stringformat:"02d" }}
|
||
|
</li>
|
||
|
{% endfor %}
|
||
Also available in: Unified diff
agenda: noon hours slightly isolated from other day times