From cb8d9de490ae61b46dd3f5722b9bd5ddde2b1f08 Mon Sep 17 00:00:00 2001 From: Horilla Date: Mon, 29 Jul 2024 17:00:34 +0530 Subject: [PATCH] [UPDT] HORILLA AUTOMATIONS: Cols split in mail automation form --- horilla_automations/forms.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/horilla_automations/forms.py b/horilla_automations/forms.py index 78d858d7d..c5adc874e 100644 --- a/horilla_automations/forms.py +++ b/horilla_automations/forms.py @@ -20,6 +20,8 @@ class AutomationForm(ModelForm): condition_html = forms.CharField(widget=forms.HiddenInput()) condition_querystring = forms.CharField(widget=forms.HiddenInput()) + cols = {"template_attachments": 12} + def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) if not self.data: