mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Remove unused text_with_links imports.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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 <a href="/iphonebookmarklet.compact?__javascript:location.href='http://${g.domain}/submit.compact?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)">bookmarklet</a>.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user