link for project in content list
authorcavaliet
Fri, 21 Jun 2013 11:31:21 +0200
changeset 155 4a2bd34c9f4f
parent 154 d8f73c6dddf5
child 156 cd94965a1a01
link for project in content list
src/metadatacomposer/templates/partial/resource_content_list.html
--- a/src/metadatacomposer/templates/partial/resource_content_list.html	Fri Jun 21 10:31:54 2013 +0200
+++ b/src/metadatacomposer/templates/partial/resource_content_list.html	Fri Jun 21 11:31:21 2013 +0200
@@ -23,7 +23,7 @@
                                         <td>
                                             <ul>
                                               {% for p in res.projects %}
-                                                <li><a href="">{{ p.title }}</a></li>
+                                                <li><a href="{% url 'composer_preview_player' branding=branding ldt_id=p.ldt_id %}">{{ p.title }}</a></li>
                                               {% endfor %}
                                             </ul>
                                         </td>