ICT-Infer / timelog

Time sheet time tracking
ISC License
1 stars 0 forks source link

Index view thinks categories have children even when they don't #44

Closed yarwelp closed 9 years ago

yarwelp commented 9 years ago

Template outputs the part we see within the if-block:

  {% if cat.children %}
    <section class="category">{{ loop(cat.children) }}</section>
  {% endif %}