From 8d802164a7d685052dabe0567714c845bf5914d8 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 10 Nov 2011 12:10:23 -0800 Subject: [PATCH] Remove unused text_with_links imports. --- r2/r2/templates/login.html | 2 +- r2/r2/templates/navmenu.compact | 2 +- r2/r2/templates/navmenu.html | 2 +- r2/r2/templates/newlink.compact | 2 +- r2/r2/templates/newlink.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/r2/r2/templates/login.html b/r2/r2/templates/login.html index 6f8ce32e3..97d945246 100644 --- a/r2/r2/templates/login.html +++ b/r2/r2/templates/login.html @@ -27,7 +27,7 @@ import random %> <%namespace file="captcha.html" import="captchagen"/> -<%namespace file="utils.html" import="error_field, plain_link, text_with_links, img_link"/> +<%namespace file="utils.html" import="error_field, plain_link, img_link"/> ## default content %if c.user_is_loggedin: diff --git a/r2/r2/templates/navmenu.compact b/r2/r2/templates/navmenu.compact index b48c59e5e..7a119ffd4 100644 --- a/r2/r2/templates/navmenu.compact +++ b/r2/r2/templates/navmenu.compact @@ -20,7 +20,7 @@ ## CondeNet, Inc. All Rights Reserved. ################################################################################ -<%namespace file="utils.html" import="plain_link, text_with_links, img_link, separator"/> +<%namespace file="utils.html" import="plain_link, img_link, separator"/> <%def name="dropdown()"> ## caching comment: diff --git a/r2/r2/templates/navmenu.html b/r2/r2/templates/navmenu.html index d9e97da2e..07e723833 100644 --- a/r2/r2/templates/navmenu.html +++ b/r2/r2/templates/navmenu.html @@ -20,7 +20,7 @@ ## CondeNet, Inc. All Rights Reserved. ################################################################################ -<%namespace file="utils.html" import="plain_link, post_link, text_with_links, img_link, separator"/> +<%namespace file="utils.html" import="plain_link, post_link, img_link, separator"/> <%def name="dropdown()"> ## caching comment: diff --git a/r2/r2/templates/newlink.compact b/r2/r2/templates/newlink.compact index 9bc1ec81e..268f5a809 100644 --- a/r2/r2/templates/newlink.compact +++ b/r2/r2/templates/newlink.compact @@ -26,7 +26,7 @@ from r2.lib.template_helpers import add_sr %> -<%namespace file="utils.html" import="error_field, submit_form, plain_link, text_with_links, reddit_selector"/> +<%namespace file="utils.html" import="error_field, submit_form, plain_link, reddit_selector"/> <%namespace name="utils" file="utils.html"/> Try our bookmarklet. diff --git a/r2/r2/templates/newlink.html b/r2/r2/templates/newlink.html index b75c6ca73..2bb02b865 100644 --- a/r2/r2/templates/newlink.html +++ b/r2/r2/templates/newlink.html @@ -26,7 +26,7 @@ from r2.lib.template_helpers import add_sr %> -<%namespace file="utils.html" import="error_field, submit_form, plain_link, text_with_links, reddit_selector"/> +<%namespace file="utils.html" import="error_field, submit_form, plain_link, reddit_selector"/> <%namespace name="utils" file="utils.html"/>

${_("submit to %(sr)s") % dict(sr=thing.default_sr if not thing.on_default_sr else _("reddit"))}