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

Class Meta

ui/forms.py:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 timezone = forms.ChoiceField(label=_("Timezone"), choices=TIMEZONE_CHOICES, required=False)
64
65class ProbeConfigForm(forms.Form):
66 new_config_id = forms.IntegerField(label="New Config ID", required=False)
67 request = forms.CharField(widget=forms.HiddenInput(), required=True)
68
69
70class SignUpForm(UserCreationForm):
71 email = forms.EmailField(widget=forms.EmailInput(), max_length=254)
72 timezone = forms.CharField(
73 required=False,
74 max_length=32,

Callers

nothing calls this directly

Calls 1

_Function · 0.50

Tested by

no test coverage detected