Group: simplify GroupTemplateView and better group display

This commit is contained in:
2019-04-18 11:16:34 +02:00
parent c3b88aaeb4
commit 96e33815f5
2 changed files with 2 additions and 8 deletions

View File

@ -16,8 +16,8 @@
{{ form.users_removed.errors }}
{% for user in form.users_removed %}
<label for="{{ user.id_for_label }}">
<a href="{{ url('core:user_profile', user.data.value) }}">{{ user.choice_label }}</a>
{{ user.tag() }}
<a href="{{ url('core:user_profile', user.data.value) }}">{{ user.choice_label }}</a>
</label>
{% endfor %}
<input type="submit" name="submit" value="{% trans %}Delete{% endtrans %}">