diff --git a/r2/r2/templates/redditheader.compact b/r2/r2/templates/redditheader.compact index 3d4af14a60..cc9d8471fd 100644 --- a/r2/r2/templates/redditheader.compact +++ b/r2/r2/templates/redditheader.compact @@ -24,7 +24,7 @@ from r2.models.subreddit import DefaultSR %> -<%namespace file="utils.html" import="plain_link, text_with_js, img_link, separator, logout"/> +<%namespace file="utils.html" import="plain_link, img_link, separator, logout"/> <% from r2.lib.menus import PageNameNav diff --git a/r2/r2/templates/redditheader.mobile b/r2/r2/templates/redditheader.mobile index 5460fc8985..7e3213d5c4 100644 --- a/r2/r2/templates/redditheader.mobile +++ b/r2/r2/templates/redditheader.mobile @@ -24,7 +24,7 @@ from r2.lib.template_helpers import static from r2.models import Sub, FakeSubreddit %> -<%namespace file="utils.html" import="plain_link, text_with_js, img_link, separator"/> +<%namespace file="utils.html" import="plain_link, img_link, separator"/>