OpenSlides/openslides/participant/templates/participant/group_slide.html
Emanuel Schuetze 84d5293fbc Rework (projector) template with bootstrap.
- 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.
2013-10-07 08:57:22 +02:00

9 lines
130 B
HTML

{% load i18n %}
<h1>
{% trans group.name %}
<hr>
</h1>
<i>{{ group.user_set.all.count }} {% trans "participants" %}</i>