Update language on "Submit Documentation Comment" page.

The language is more thorough in describing how to use the form,
in an effort to help improve the overall quality of submissions to
pgsql-docs.
This commit is contained in:
Jonathan S. Katz
2018-04-15 13:16:05 -04:00
parent 872d8b8e76
commit 68ee1d6f1d
3 changed files with 22 additions and 12 deletions

View File

@ -157,10 +157,10 @@ def commentform(request, itemid, version, filename):
return render_pgweb(request, 'docs', 'base/form.html', {
'form': form,
'formitemtype': 'documentation correction',
'formitemtype': 'documentation comment',
'operation': 'Submit',
'form_intro': template_to_string('docs/docsbug.html', {
'user': request.user,
}),
'savebutton': 'Send email',
'savebutton': 'Send Email',
})