From c6f0b6ffa8a7684f007b896b6532ca590bbf0afd Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Wed, 1 Jun 2011 10:21:52 -0700 Subject: [PATCH] Display powered_by_reddit logo in https if on a secure domain. --- r2/r2/templates/redditfooter.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r2/r2/templates/redditfooter.html b/r2/r2/templates/redditfooter.html index 7c5a7de65..79b3ed176 100644 --- a/r2/r2/templates/redditfooter.html +++ b/r2/r2/templates/redditfooter.html @@ -21,6 +21,7 @@ ################################################################################ <%! + from r2.lib.template_helpers import s3_https_if_secure from r2.lib.strings import strings import datetime %> @@ -36,7 +37,7 @@ %if g.domain != "reddit.com": - %endif