diff --git a/r2/r2/public/static/js/gold.js b/r2/r2/public/static/js/gold.js index ce25c7ac0..f1c895412 100644 --- a/r2/r2/public/static/js/gold.js +++ b/r2/r2/public/static/js/gold.js @@ -200,7 +200,7 @@ r.gold = { var $newelem = $('').text(data['explanation']) $(elem).replaceWith($newelem) } else { - var $newelem = $('').attr('value', data['code']) + var $newelem = $('').attr('value', data['code']) $(elem).replaceWith($newelem) $newelem.select() } diff --git a/r2/r2/templates/goldpartnerspage.html b/r2/r2/templates/goldpartnerspage.html index e9fe2b23a..2753efe35 100644 --- a/r2/r2/templates/goldpartnerspage.html +++ b/r2/r2/templates/goldpartnerspage.html @@ -41,7 +41,7 @@ %endif %if name in thing.existing_codes: - + %elif c.user.gold: ${_('claim code')} %else: