From e2a1c8b33e5f95540a21db923c31d423551f5542 Mon Sep 17 00:00:00 2001 From: 8chan Date: Mon, 9 Mar 2015 02:30:23 -0700 Subject: [PATCH] Fix show sages board option --- templates/post/name.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/post/name.html b/templates/post/name.html index 7e9840e6..eeab2179 100644 --- a/templates/post/name.html +++ b/templates/post/name.html @@ -11,6 +11,9 @@ {# end email #} {% endif %}  +{% if config.show_sages and post.email == 'sage' %} + SAGE!  +{% endif %} {% if capcode %} {{ capcode.cap }} {% endif %}