2
0
Fork 0

style: remove obsolete comment

This commit is contained in:
Luca 2024-05-19 23:16:31 +02:00
parent 15475e2eec
commit 2d90662e4c
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ class RegisterForm(forms.Form):
name = forms.CharField(
max_length=Helper.name.field.max_length, label="Name", widget=text_input()
)
# actually verify phone number, lol
phone = PhoneNumberField(
max_length=Helper.phone.field.max_length,
label="Handynummer für Benachrichtigungen",