From e86f786aeb40ce66c590dbe39e4e9c6c51562d94 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 13 Sep 2012 17:44:30 -0700 Subject: [PATCH] Add missing subreddit setting error fields. --- r2/r2/templates/createsubreddit.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/r2/r2/templates/createsubreddit.html b/r2/r2/templates/createsubreddit.html index b3461c8bf..5f8c31661 100644 --- a/r2/r2/templates/createsubreddit.html +++ b/r2/r2/templates/createsubreddit.html @@ -130,6 +130,7 @@ is_archived)} %endif + ${error_field("INVALID_OPTION", "type")} @@ -146,6 +147,7 @@ _("only text/self posts are allowed"), (thing.site and thing.site.link_type=='self'))} + ${error_field("INVALID_OPTION", "link_type")} <%utils:line_field title="${_('wiki')}"> @@ -161,6 +163,7 @@ _("Anyone who can submit to the subreddit may edit"), (thing.site and thing.site.wikimode == 'anyone'))} + ${error_field("INVALID_OPTION", "wikimode")}