]> git.parisson.com Git - telemeta.git/commitdiff
add marker url to playlists
authoryomguy <yomguy@parisson.com>
Fri, 25 Mar 2011 09:20:46 +0000 (10:20 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 25 Mar 2011 09:20:46 +0000 (10:20 +0100)
telemeta/templates/telemeta_default/home.html

index 2dae5dcb54457221a8d4a8169296015dffdf53d4..8b7a1418f418dd461fe5833586e1bf46d679493f 100644 (file)
@@ -87,7 +87,7 @@
              <a href="{% url telemeta-collection-detail resource.element.public_id %}">{{ resource.element }}</a>
             {% endif %}
             {% if resource.type == "marker" %}
-            {{ resource.element }}
+             <a href="{% url telemeta-item-detail-marker resource.element.public_id %}">{{ resource.element }}</a>
             {% endif %}
             </td>
             <td>{{ resource.type }}</td>