]> git.parisson.com Git - telemeta.git/commitdiff
display id on item detail
authorolivier <>
Tue, 22 May 2007 12:26:01 +0000 (12:26 +0000)
committerolivier <>
Tue, 22 May 2007 12:26:01 +0000 (12:26 +0000)
telemeta/templates/mediaitem_detail.html

index 825aab3014d338114a2e02af9d3c3314bc345d10..847620d3aa77eabca99106a7b93fcb9fa70e789e 100644 (file)
@@ -53,7 +53,6 @@
   <h3>Item: {{ item.title }}</h3>
   <ul>
   {% for field in item.to_dict|tolist %}
-      {% ifnotequal field.name "id" %}
       {% ifnotequal field.name "title" %}
       {% ifnotequal field.name "file" %}
 
@@ -68,7 +67,6 @@
 
       {% endifnotequal %}
       {% endifnotequal %}
-      {% endifnotequal %}
   {% endfor %}
   </ul>
   Download: