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