Commit a9e66de6b0df0c001d57af193853da7b21db426c

  • avatar
  • arvind
  • Thu Jun 27 18:37:35 IST 2013
Template changes
  
1515 {% endif %}
1616 <ul class=entries>
1717 {% for entry in entries %}
18 <li><a href={{ "/posts/"+entry.id }}><h2>{{ entry.title }}</h2></a>@<b>{{ entry.who }}</b>
18 {% if entry.who %}
19 <li><a href={{ "/posts/"+entry.id }}><h2>{{ entry.title }}</h2></a>@<b>{{ entry.who }}</b>
1920 {{ entry.what }} {{ entry.where }} {{ entry.how|safe }}
21 {% endif %}
2022 {% else %}
2123 <li><em>Unbelievable. No entries here so far</em>
2224 {% endfor %}