--- a/web/tralalere/templates/home.html Mon Jun 11 01:17:44 2012 +0200
+++ b/web/tralalere/templates/home.html Mon Jun 11 10:25:55 2012 +0200
@@ -8,14 +8,14 @@
{% for content in contents %}
<div class="home-media">
- <a href="#">
+ <a href="{% url player content.iri_id %}">
{% thumbnail content.image "135x120" format="PNG" crop="center" as im %}<img class="home-media-image" src="{{im.url}}" width="{{ im.width }}" height="{{ im.height }}" />{% endthumbnail %}
</a>
<h3>
<a href="{% url player content.iri_id %}">{{content.title}}</a>
</h3>
<h4>
- <a href="#">{{content.description}}</a>
+ <a href="{% url player content.iri_id %}">{{content.description}}</a>
</h4>
{% if content.tags_stats %}
{% if content.tags_stats.colors %}