From af9bf5e80bb35afb51ec5d681dd03f51d4969947 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 20 Feb 2015 17:17:05 -0800 Subject: [PATCH] Clicking IP goes to IP_less by default --- templates/post/ip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post/ip.html b/templates/post/ip.html index cd53f67a..1c3b87ad 100644 --- a/templates/post/ip.html +++ b/templates/post/ip.html @@ -1,5 +1,5 @@ {% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %} - [{{ post.ip }}] + [{{ post.ip }}] {% elseif post.mod and post.mod|hasPermission(config.mod.show_ip_less, board.uri) %} [{{ post.ip|less_ip }}] {% endif %}