]> git.parisson.com Git - timeside.git/commitdiff
add item link
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 4 Mar 2015 10:17:28 +0000 (11:17 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 4 Mar 2015 10:17:28 +0000 (11:17 +0100)
timeside/server/templates/timeside/index.html

index 9e67fd7ccff704f0b6a09d800b44f4e2df725052..17f9c8c84312542e92666dc3160bbeff4ae04c4f 100644 (file)
@@ -5,7 +5,7 @@
 
 <ul>
  {% for item in object_list %}
-  <li>{{ item.title }}</li>
+  <li><a href="{% url "timeside-item-detail" item.id %}">{{ item.title }}</a></li>
  {% endfor %}
 </ul>