changeset 265:a99e1672ebf6

typo
author Sylvain Beucler <beuc@beuc.net>
date Thu, 12 Aug 2010 00:07:16 +0200
parents 389d4c894495
children b4b38e9a0437
files templates/svpeople/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/svpeople/index.html
+++ b/templates/svpeople/index.html
@@ -27,7 +27,7 @@
 <tr><th>{% trans "Project type" %}</th></tr>
 {% for tuple in type_and_count %}
 <tr class="{% cycle 'boxitemalt' 'boxitem' %}">
-  <td><a href="{% url savane:svpeople:job_list_by_groupconfiguration tuple.type.pk %}"
+  <td><a href="{% url savane:svpeople:job_list_by_type tuple.type.pk %}"
     >{{tuple.type.name}}</a>
     ({{tuple.count}})
   </td>