forked from MarseyWorld/MarseyWorld
fix undefined variable being used
parent
cd2c375ebd
commit
6ab9f2324c
|
@ -49,7 +49,7 @@
|
|||
{% if v.admin_level >= PERMS['USER_LINK'] %}
|
||||
<h2>Link Accounts</h2>
|
||||
|
||||
{% if u2 in get_alt_graph(u.id) %}
|
||||
{% if u2 in get_alt_graph(u1.id) %}
|
||||
<p>Accounts are <a href="/@{{u1.username}}/alts">known alts</a> of each other.</p>
|
||||
{% else %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue