From a43e6baad074264352edc37d774c8d087892d7c6 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Fri, 23 Feb 2024 05:06:53 +0000 Subject: [PATCH] User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/issue2.bpmn --- playground/nutech/issue2/issue2.bpmn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/nutech/issue2/issue2.bpmn b/playground/nutech/issue2/issue2.bpmn index c9b38772..b74c2229 100644 --- a/playground/nutech/issue2/issue2.bpmn +++ b/playground/nutech/issue2/issue2.bpmn @@ -319,11 +319,11 @@ Gate pass and all the relevant documents collectedFlow_0x28v6i Flow_0crx5dq from random import randint -from django import forms + + gate_pass_no = f"GPP-{randint(0, 999999):06}" authorization_no = f"AUTH-{randint(0, 999999):06}" -time_in=forms.TimeInput(attrs={"type": "time"})