mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +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', {
|
return render_to_response('base/form.html', {
|
||||||
'form': form,
|
'form': form,
|
||||||
'formitemtype': 'Account',
|
'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',
|
'savebutton': 'Sign up',
|
||||||
}, NavContext(request, 'account'))
|
}, NavContext(request, 'account'))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user