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")}