Skip to content

Commit

Permalink
default Form(show_id=False)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Jun 15, 2024
1 parent 678992c commit 4b80739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4web/utils/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def __init__(
lifespan=None,
signing_info=None,
submit_value="Submit",
show_id=True,
show_id=False,
**kwargs,
):
self.param = Param(
Expand Down

0 comments on commit 4b80739

Please sign in to comment.