From 231100ed15d7b3b5bd807ab5242351c14964d981 Mon Sep 17 00:00:00 2001 From: lijiejie Date: Thu, 7 Jul 2022 19:42:03 +0800 Subject: [PATCH] bug fix --- templates/views.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/views.html b/templates/views.html index 47b858d..61c2853 100644 --- a/templates/views.html +++ b/templates/views.html @@ -134,7 +134,7 @@
-
{% if log.city %}{{ log.headers }}{% else %}{{ log.remote_addr }}{% endif %}
+
{% if log.headers %}{{ log.headers }}{% else %}{{ log.remote_addr }}{% endif %}