remove "required information" header on custom fields

This commit is contained in:
Jeff Atwood 2014-09-30 11:43:06 -07:00
parent d7a8d053f5
commit 91cbdb565d
2 changed files with 0 additions and 3 deletions

View File

@ -73,8 +73,6 @@
{{#if userFields}}
<div class='user-fields'>
<h3>{{i18n create_account.required_information}}</h3>
{{#each userFields}}
{{user-field field=field value=value}}
{{/each}}

View File

@ -579,7 +579,6 @@ en:
create_account:
title: "Create New Account"
failed: "Something went wrong, perhaps this email is already registered, try the forgot password link"
required_information: "Required Information"
forgot_password:
title: "Forgot Password"