From 2aadb203eb303007086df71d16e36931514e8d92 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 24 Apr 2019 22:44:56 -0400 Subject: [PATCH] Add double click to upload wizard Signed-off-by: Roberto Rosario --- mayan/apps/sources/wizards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/sources/wizards.py b/mayan/apps/sources/wizards.py index 9d73aa316d..8b8f7549b8 100644 --- a/mayan/apps/sources/wizards.py +++ b/mayan/apps/sources/wizards.py @@ -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' ) % {