mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Remove reference to removed function.
This commit is contained in:
@@ -42,8 +42,7 @@
|
||||
<%utils:line_field title="${_('name')}"
|
||||
description='${_("no spaces, e.g., slashdot")}'>
|
||||
<input type="text" name="name" id="name" class="text"
|
||||
value="${thing.name}"
|
||||
onchange="update_title(this)"/>
|
||||
value="${thing.name}"/>
|
||||
%if not thing.site:
|
||||
${error_field("SUBREDDIT_EXISTS", "name")}
|
||||
${error_field("BAD_SR_NAME", "name")}
|
||||
|
||||
Reference in New Issue
Block a user