We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef1d56 commit 42b9af5Copy full SHA for 42b9af5
templates/macros/invitetree.twig
@@ -3,7 +3,7 @@
3
{% for row in tree %}
4
<li>
5
{% if not row.active %}<strong>Banned</strong>:{% endif %}
6
- <a href="/manage/account/edit/{{ row.accountid }}">{{ row.public_id }}</a>
+ <a href="/admin/account/edit/{{ row.accountid }}">{{ row.public_id }}</a>
7
{% if row.children %}
8
{{ _self.inviteTree(row.children, depth + 1) }}
9
{% endif %}
0 commit comments