From 6ab9f2324cb66023c4d7d1761038c88fa60dc05e Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 24 Dec 2022 18:48:37 +0200 Subject: [PATCH] fix undefined variable being used --- files/templates/admin/alt_votes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/admin/alt_votes.html b/files/templates/admin/alt_votes.html index a56c0bd2f..5e49cf064 100644 --- a/files/templates/admin/alt_votes.html +++ b/files/templates/admin/alt_votes.html @@ -49,7 +49,7 @@ {% if v.admin_level >= PERMS['USER_LINK'] %}

Link Accounts

- {% if u2 in get_alt_graph(u.id) %} + {% if u2 in get_alt_graph(u1.id) %}

Accounts are known alts of each other.

{% else %}