Add double click to upload wizard
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -164,6 +164,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'
|
||||
) % {
|
||||
|
||||
Reference in New Issue
Block a user