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"/>