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:
Magnus Hagander
2018-04-05 19:42:23 +02:00
parent c28e2d0e2a
commit 6bd992d786
2 changed files with 5 additions and 3 deletions

View File

@ -162,4 +162,5 @@ def commentform(request, itemid, version, filename):
'form_intro': template_to_string('docs/docsbug.html', {
'user': request.user,
}),
'savebutton': 'Send email',
})