Improve the usability of the new holder form

By using more descriptive texts
This commit is contained in:
Roberto Rosario
2011-12-17 14:07:38 -04:00
parent 574ef3c9c8
commit 67485f82a9

View File

@@ -24,5 +24,7 @@ def document_new_holder(request, document_id):
document,
extra_context={
'object': document,
'submit_label': _(u'Select'),
'submit_icon_famfam': 'tick'
}
)