]> git.parisson.com Git - telemeta.git/commitdiff
fix children list
authoryomguy <yomguy@parisson.com>
Mon, 6 Feb 2012 22:57:05 +0000 (23:57 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 6 Feb 2012 22:57:05 +0000 (23:57 +0100)
telemeta/templates/telemeta/inc/children_list.html

index 0250924ae7c5f87d489c78850981523442989e03..df7261c52097c5df5a600cae5dd4f32efa787d27 100644 (file)
@@ -23,8 +23,9 @@
     <td class="highlight">
         <a href="{% url telemeta-resource-detail resource.children_type child.public_id %}">{{ child.title }}</a>
     </td>
-    <td>{{ children.code }}</td>
-    <td>{{ children.reference }}</td>
+    <td>{{ child.description }}</td>
+    <td>{{ child.code }}</td>
+    <td>{{ child.reference }}</td>
 </tr>
 {% endif %}
 {% endfor %}