Skip to content
Snippets Groups Projects
Verified Commit 6052b732 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove superfluous widget argument

parent b11fcead
No related branches found
No related tags found
1 merge request!30Resolve "Checkpoint system"
Pipeline #76067 canceled
......@@ -520,7 +520,6 @@ class EventCheckpointForm(forms.Form):
username = forms.CharField(
required=True,
label=_("Person"),
widget=forms.TextInput(attrs={"autofocus": "", "autocomplete": "off"}),
help_text=_("Please enter a username."),
widget=forms.HiddenInput(),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment