From 5f462279a1e3ebbca6afd479bb702786808192fa Mon Sep 17 00:00:00 2001 From: Jason Harvey Date: Sun, 19 May 2013 14:47:13 -0700 Subject: [PATCH] Remove gold-gate from sendreplies feature. --- r2/r2/controllers/api.py | 2 +- r2/r2/templates/newlink.html | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index c1c336af1..48cb80334 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -435,7 +435,7 @@ class ApiController(RedditController): form.set_error(errors.QUOTA_FILLED, None) return - if not c.user.gold or not request.POST.get('sendreplies'): + if not request.POST.get('sendreplies'): sendreplies = kind == 'self' # get rid of extraneous whitespace in the title diff --git a/r2/r2/templates/newlink.html b/r2/r2/templates/newlink.html index f121a653c..443f487bb 100755 --- a/r2/r2/templates/newlink.html +++ b/r2/r2/templates/newlink.html @@ -116,17 +116,14 @@ ${thing.formtabs_menu} -%if c.user.gold: -
- <%utils:round_field title="${_('options')}" css_class="gold-accent"> - - - (${_("beta")}) - -
-%endif +
+ <%utils:round_field title="${_('options')}"> + + + +
${thing.captcha}