Proper intro text for account signup form

This commit is contained in:
Magnus Hagander
2010-02-27 02:07:42 +01:00
parent 587bda6b9f
commit 06048a791d

View File

@ -116,7 +116,11 @@ def signup(request):
return render_to_response('base/form.html', {
'form': form,
'formitemtype': 'Account',
'form_intro': 'This is the intro text',
'form_intro': """
To sign up for a free community account, enter your preferred userid and email address.
Note that a community account is only needed if you want to submit information - all
content is available for reading without an account.
""",
'savebutton': 'Sign up',
}, NavContext(request, 'account'))