From e5160f3839f8d7aaf4b5b75707124e75edbb00d1 Mon Sep 17 00:00:00 2001 From: Etzelia Date: Sat, 17 Jul 2021 01:56:00 +0000 Subject: [PATCH] Check world instead of X because of false-y values (#3) Check world instead of X because of false-y values Signed-off-by: Etzelia Reviewed-on: https://git.canopymc.net/Canopy/django_coreprotect/pulls/3 Co-Authored-By: Etzelia Co-Committed-By: Etzelia --- templates/coreprotect/table/coreprotect.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/coreprotect/table/coreprotect.html b/templates/coreprotect/table/coreprotect.html index 84de4e4..f85feba 100644 --- a/templates/coreprotect/table/coreprotect.html +++ b/templates/coreprotect/table/coreprotect.html @@ -13,7 +13,7 @@ {% for result in results %} - + {{ result.display_time }} {{ result.player }} {{ result.display_action }}