fix: don't allow communities to be renamed to in-use names
This commit is contained in:
parent
5995aaf31c
commit
e092d46586
7 changed files with 50 additions and 11 deletions
|
@ -211,7 +211,7 @@
|
|||
{% endif %} {% endif %} {% if can_manage_community or
|
||||
is_manager %}
|
||||
<a
|
||||
href="/community/{{ community.title }}/manage"
|
||||
href="/community/{{ community.id }}/manage"
|
||||
class="button primary"
|
||||
>
|
||||
{{ icon "settings" }}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
{% if can_manage_roles %}
|
||||
<a
|
||||
href="/community/{{ community.title }}/manage?uid={{ item[1].id }}#/members"
|
||||
href="/community/{{ community.id }}/manage?uid={{ item[1].id }}#/members"
|
||||
class="button small quaternary"
|
||||
>
|
||||
{{ icon "pencil" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue