Skip to content

Commit 42b9af5

Browse files
committed
Fix hyperlink
1 parent fef1d56 commit 42b9af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/macros/invitetree.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for row in tree %}
44
<li>
55
{% if not row.active %}<strong>Banned</strong>:{% endif %}
6-
<a href="/manage/account/edit/{{ row.accountid }}">{{ row.public_id }}</a>
6+
<a href="/admin/account/edit/{{ row.accountid }}">{{ row.public_id }}</a>
77
{% if row.children %}
88
{{ _self.inviteTree(row.children, depth + 1) }}
99
{% endif %}

0 commit comments

Comments
 (0)