Remove unused text_with_links imports.

This commit is contained in:
Max Goodman
2011-11-10 12:10:23 -08:00
parent 94ac558ca4
commit 8d802164a7
5 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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&#32;<a href="/iphonebookmarklet.compact?__javascript:location.href='http://${g.domain}/submit.compact?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)">bookmarklet</a>.

View File

@@ -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"/>
<h1>${_("submit to %(sr)s") % dict(sr=thing.default_sr if not thing.on_default_sr else _("reddit"))}</h1>