From 26111d0bcf22d1b882272622e8f096599b2ad339 Mon Sep 17 00:00:00 2001 From: FlareCO <29049885+FlareCO@users.noreply.github.com> Date: Sun, 1 May 2022 22:14:05 +0200 Subject: [PATCH] Update ldd.html.j2 --- app/templates/ldd/ldd.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/ldd/ldd.html.j2 b/app/templates/ldd/ldd.html.j2 index 6e19bf5..f5876da 100644 --- a/app/templates/ldd/ldd.html.j2 +++ b/app/templates/ldd/ldd.html.j2 @@ -21,7 +21,7 @@ Credit to sttng
- {% if (property_data and gm_level >= 3) %} + {% if (property_data and current_user.gm_level >= 3) %} {% if property_data.mod_approved %} Unapprove {% else %} Approve {% endif %}