Upload Wizard: Add double click support

Add support to select the document type using a Double Click action
on the form.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-11-25 01:34:44 -04:00
parent e72b4e82a3
commit 42d434f7bb

View File

@@ -160,6 +160,7 @@ class DocumentCreateWizard(SessionWizardView):
wizard_step = WizardStep.get(name=self.steps.current)
context.update({
'form_css_classes': 'form-hotkey-double-click',
'step_title': _(
'Step %(step)d of %(total_steps)d: %(step_label)s'
) % {