Commit 8653eae5 by Dányi Bence

webui: display group name

parent 34243b48
......@@ -7,7 +7,7 @@
<h2>Summary</h2>
</div> -->
<div class="contentblock" id="group-members">
<h2>{% trans "Members" %}</h2>
<h2>{% trans "Members of" %}: {{group.name}}</h2>
<ul class="wm-list">
{% for member in members %}
<li class="wm small-row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment