mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Change field labels for docs comments form
Clearly indicate what's subject, what's body, and that it's sending an email.
This commit is contained in:
@ -162,4 +162,5 @@ def commentform(request, itemid, version, filename):
|
||||
'form_intro': template_to_string('docs/docsbug.html', {
|
||||
'user': request.user,
|
||||
}),
|
||||
'savebutton': 'Send email',
|
||||
})
|
||||
|
Reference in New Issue
Block a user