Lien vers la page de l'école
This commit is contained in:
parent
34527049b0
commit
e5a90006b5
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
<th></th>
|
<th></th>
|
||||||
{% for school in schools %}
|
{% for school in schools %}
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{school.group.name}}</th>
|
<th><a href="{{school.get_absolute_url}}">{{school.group.name}}</a></th>
|
||||||
<td>{{school.group.user_set.count}}</td>
|
<td>{{school.group.user_set.count}}</td>
|
||||||
<td>{{school.content_set.count}}</td>
|
<td>{{school.content_set.count}}</td>
|
||||||
<td>{{school.number_of_categories}}</td>
|
<td>{{school.number_of_categories}}</td>
|
||||||
|
|
Loading…
Reference in a new issue