From 6cf354791bc2c8da28e73cefe89a401524292b57 Mon Sep 17 00:00:00 2001 From: guy9000 Date: Fri, 29 May 2015 03:26:54 -0400 Subject: [PATCH] Added {{ config.root }} to PM URL --- templates/mod/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/log.html b/templates/mod/log.html index 4ad9c4a9..b75b534a 100644 --- a/templates/mod/log.html +++ b/templates/mod/log.html @@ -14,7 +14,7 @@ hidden {% else %} {% if not mod|hasPermission(config.mod.modlog) %} - {{ log.username|e }} + {{ log.username|e }} {% else %} {{ log.username|e }} {% endif %}