main #1

Merged
xAndy merged 12 commits from main into live 2025-05-15 23:25:56 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cacff14392 - Show all commits

View File

@ -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"})
)