group_required decorator
[xnet] / xnet / templates / groups / index.html
index c6390fb..3d47d7f 100644 (file)
@@ -24,7 +24,7 @@
     <input type="text" class="search-field" data-target="{{ group.grouper }}_type" />
     <ul>
         {% for item in group.list %}
-          <li><a href="{% url 'accounts:group-view' item.pk %}">{{ item }}</a></li>
+          <li><a href="{% url 'accounts:group-home' item.pk %}">{{ item }}</a></li>
         {% endfor %}
     </ul>
 </div>