--- a/src/ldt/ldt/__init__.py Thu Nov 28 10:43:27 2013 +0100
+++ b/src/ldt/ldt/__init__.py Thu Nov 28 11:23:02 2013 +0100
@@ -1,6 +1,6 @@
__all__ = ["VERSION", "get_version", "__version__"]
-VERSION = (1, 51, 14, "final", 0)
+VERSION = (1, 51, 15, "final", 0)
def get_version():
--- a/src/ldt/ldt/ldt_utils/templates/front/front_groups.html Thu Nov 28 10:43:27 2013 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/front/front_groups.html Thu Nov 28 11:23:02 2013 +0100
@@ -23,8 +23,8 @@
</li>
{% for g in group_list %}
<li class="li_media">
- <a href="{% url 'ldt.ldt_utils.views.front.group_info' g.id %}">{% thumbnail g.get_profile.image "134x75" format="PNG" crop="center" as im %}<img src="{{ im.url }}" class="img_media" width="{{ im.width }}" height="{{ im.height }}" alt="{% trans 'See this group' %}" title="{% trans 'See this group' %}">{% endthumbnail %}</a>
- <p><a href="{% url 'ldt.ldt_utils.views.front.group_info' g.id %}" title="{% trans 'See this group' %}"><b>{% if g.name|length > 69 %}{{g.name|slice:":69"}}...{% else %}{{g.name}}{% endif %}</b></a></p>
+ <a href="{% url 'ldt.ldt_utils.views.front.group_medias' g.id %}">{% thumbnail g.get_profile.image "134x75" format="PNG" crop="center" as im %}<img src="{{ im.url }}" class="img_media" width="{{ im.width }}" height="{{ im.height }}" alt="{% trans 'See this group' %}" title="{% trans 'See this group' %}">{% endthumbnail %}</a>
+ <p><a href="{% url 'ldt.ldt_utils.views.front.group_medias' g.id %}" title="{% trans 'See this group' %}"><b>{% if g.name|length > 69 %}{{g.name|slice:":69"}}...{% else %}{{g.name}}{% endif %}</b></a></p>
</li>
{% endfor %}
</ul>