Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stranck committed Jan 10, 2025
1 parent 7a25307 commit 2e0d5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fzbackendutils/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FznackendutilsSettingsForm(SettingsForm):
"This page should call <code>/api/v1/orders-workflow/link-order</code> of the backend to link this order "
"to the logged in user."),
required=False,
widget=forms.CharField,
widget=forms.TextInput,
regex=re.compile(r'^(https://.*/.*|http://localhost[:/].*)*$')
)

Expand Down

0 comments on commit 2e0d5ac

Please sign in to comment.