style: remove obsolete comment
This commit is contained in:
parent
15475e2eec
commit
2d90662e4c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue