MCPcopy Create free account
hub / github.com/developerfromjokela/opencarwings / Step3Form

Class Step3Form

ui/forms.py:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 default_color = forms.ChoiceField(label="Default Color", required=False, choices=CAR_COLOR)
27
28class Step2Form(forms.Form):
29 unit_id = forms.CharField(label="Unit ID", max_length=32, required=True, strip=True, min_length=5)
30 tcu_id = forms.CharField(label="TCU ID", max_length=32, required=True, strip=True, min_length=5)
31 sim_id = forms.CharField(label="SIM ID", max_length=32, required=True, strip=True, min_length=5)
32 vin = forms.CharField(label="VIN", max_length=22, required=True, strip=True, min_length=5)

Callers 1

setup_step3Function · 0.85

Calls 1

_Function · 0.50

Tested by

no test coverage detected