]> git.parisson.com Git - telemeta.git/commitdiff
remove reference field
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 6 Jan 2014 15:24:40 +0000 (16:24 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 6 Jan 2014 15:24:40 +0000 (16:24 +0100)
telemeta/templates/telemeta/inc/children_list.html

index d20b25f15a798b543314e361bcb17bfab26e4a4c..fa8f58eaaeafc82d45ad6e8358e8b8c7a1a8be4e 100644 (file)
@@ -15,7 +15,6 @@
     <th class="highlight">{% trans "Title" %}</th>
     <th>{% trans "Description" %}</th>
     <th>{% trans "Code" %}</th>
-    <th>{% trans "Reference" %}</th>
     <th>{% trans "Sound" %}</th>
 </tr>
 {% for child in children %}
@@ -26,7 +25,6 @@
     </td>
     <td>{{ child.description }}</td>
     <td>{{ child.code }}</td>
-    <td>{{ child.reference }}</td>
     <td>
       {% if child.has_mediafile %}
        <img src="{{ STATIC_URL }}telemeta/images/ok.png" alt="yes" style="vertical-align:middle" />