Refactor the workflow for removing tags from single or multiple documents.

This commit is contained in:
Roberto Rosario
2016-12-21 04:37:26 -04:00
parent 272c8a2628
commit 61c5f6eaa0
6 changed files with 106 additions and 169 deletions

View File

@@ -91,7 +91,10 @@ class DocumentCreateWizard(ViewPermissionCheckMixin, SessionWizardView):
return {'user': self.request.user}
if step == STEP_TAGS:
return {'user': self.request.user}
return {
'help_text': _('Tags to be attached.'),
'user': self.request.user
}
return {}