Add proper label and icon for the new holder form submit button

This commit is contained in:
Roberto Rosario
2012-01-02 16:54:39 -04:00
parent 8478c33898
commit f22a6f4ab0

View File

@@ -359,6 +359,8 @@ def acl_new_holder_for(request, obj, extra_context=None, navigation_object=None)
context = {
'form': form,
'title': _(u'add new holder for: %s') % obj,
'submit_label': _(u'Select'),
'submit_icon_famfam': 'tick',
}
if extra_context: