Project

General

Profile

« Previous | Next » 

Revision 30ba60e1

Added by Serghei Mihai over 11 years ago

agenda: noon hours slightly isolated from other day times

View differences:

calebasse/agenda/templates/agenda/index.html
<ul>
<li class="initials">&nbsp;</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