From 087552494e6bd8c1b417c64d4bdbb8a8b67d6763 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 10 Nov 2011 11:57:23 -0800 Subject: [PATCH] Link to https page in the header login/register link. --- r2/r2/templates/redditheader.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/r2/r2/templates/redditheader.html b/r2/r2/templates/redditheader.html index d571f86fc..449df82f0 100644 --- a/r2/r2/templates/redditheader.html +++ b/r2/r2/templates/redditheader.html @@ -21,12 +21,12 @@ ################################################################################ <%! - from r2.lib.template_helpers import static, s3_https_if_secure + from r2.lib.template_helpers import static, s3_https_if_secure, add_sr from r2.models import Sub, FakeSubreddit from r2.models.subreddit import DefaultSR from r2.lib.pages import SearchForm %> -<%namespace file="utils.html" import="plain_link, text_with_js, img_link, separator, logout"/> +<%namespace file="utils.html" import="plain_link, img_link, text_with_links, separator, logout"/>