Nicer urls for groups
[xnet] / xnet / templates / groups / base.html
index eb9eeab..14db8a8 100644 (file)
     <h3>{{ group }}</h3>
     <ul class="nav nav-tabs nav-stacked">
         <li {% if sidebar == 'home' %}class="active"{% endif %}>
-            <a href="{% url 'accounts:group-home' group.pk %}">Fiche</a>
+            <a href="{% url 'accounts:group-home' group.short %}">Fiche</a>
         </li>
         <li {% if sidebar == 'directory' %}class="active"{% endif %}>
-            <a href="{% url 'accounts:group-directory' group.pk %}">Annuaire</a>
+            <a href="{% url 'accounts:group-directory' group.short %}">Annuaire</a>
         </li>
     </ul>
 {% endif %}