84d5293fbc
- Always use templatetag 'absolute_url' instead of (depricated) 'model_url'. Search and replace all old arguments: edit -> update, view -> detail, delete - Fixed bug in setting default value in 'absolute_url' templatetag (default value is defined in models.py only). Updated 'backend' template.
9 lines
130 B
HTML
9 lines
130 B
HTML
{% load i18n %}
|
|
|
|
<h1>
|
|
{% trans group.name %}
|
|
<hr>
|
|
</h1>
|
|
|
|
<i>{{ group.user_set.all.count }} {% trans "participants" %}</i>
|