]> git.parisson.com Git - telemeta.git/commitdiff
display for item name without title
authorKaltar5679 <killian.mary@outlook.fr>
Wed, 13 May 2015 08:38:34 +0000 (10:38 +0200)
committerKaltar5679 <killian.mary@outlook.fr>
Wed, 13 May 2015 08:38:34 +0000 (10:38 +0200)
telemeta/templates/search/mediaitem_listhaystack.html

index f5383db6033466a8078080ddf821ca6f3e9618a9..b3c5c21388acb8640ef0e7aadf720c7756ee2e6d 100644 (file)
@@ -22,7 +22,7 @@
 {% for result in page.object_list %}
 <tr {% if not forloop.counter0|divisibleby:"2" %}class="odd"{% endif %}>
     <td class="highlight">
-        <a href="{% url "telemeta-item-detail" result.object.public_id %}">{{ result.object.title }}</a></br>
+        <a href="{% url "telemeta-item-detail" result.object.public_id %}">{{ result.object }}</a></br>
     </td>
     <td align="center">
         {% if result.object.file %}