From b3436f3eb30f6ba7db3f52bcca37ed262b52aca8 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Sat, 9 Mar 2013 03:17:11 -0800 Subject: [PATCH] Remove reference to removed function. --- r2/r2/templates/createsubreddit.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/r2/r2/templates/createsubreddit.html b/r2/r2/templates/createsubreddit.html index e6c0599a6..78faa0a51 100644 --- a/r2/r2/templates/createsubreddit.html +++ b/r2/r2/templates/createsubreddit.html @@ -42,8 +42,7 @@ <%utils:line_field title="${_('name')}" description='${_("no spaces, e.g., slashdot")}'> + value="${thing.name}"/> %if not thing.site: ${error_field("SUBREDDIT_EXISTS", "name")} ${error_field("BAD_SR_NAME", "name")}