main #1
|
@ -16,7 +16,7 @@ class TradeForm(forms.Form):
|
|||
widget=forms.NumberInput(attrs={"class": "input", "placeholder": "Schicht-ID"})
|
||||
)
|
||||
pin = forms.IntegerField(
|
||||
widget=forms.NumberInput(attrs={"class": "input", "placeholder": "Deine PIN"})
|
||||
widget=forms.PasswordInput(attrs={"class": "input", "placeholder": "Deine PIN"})
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue