refactor: Store domains separately from users
This commit is contained in:
parent
f1a2721cbe
commit
58a8c375f0
5 changed files with 59 additions and 88 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
{% if other_users %}
|
||||
<div>
|
||||
<h2>Other users you have permission to see</h2>
|
||||
<h2>Other users you have permission to see on your own domain</h2>
|
||||
<ul>
|
||||
{% for user in other_users %}
|
||||
<li>{{ user.mail }}</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue