improve new group member adding

The add-members page now looks almost identical to the group
page and is clearer.
This commit is contained in:
Hugh Rundle
2021-09-27 21:21:00 +10:00
parent 1a02af1450
commit e15eef16c5
4 changed files with 29 additions and 42 deletions

View File

@ -1,6 +1,8 @@
{% extends 'groups/group.html' %}
{% block panel %}
<h1 class="title">Add users to <a href="{{ group.local_path }}">{{ group.name }}</a></h1>
{% block searchresults %}
<h2 class="title is-5">
Add new members!
</h2>
{% include 'groups/suggested_users.html' with suggested_users=suggested_users query=query %}
{% endblock %}