mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Proper intro text for account signup form
This commit is contained in:
@ -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'))
|
||||
|
||||
|
Reference in New Issue
Block a user