Addint submit and toast behavior.

This commit is contained in:
Yaro Kasear 2025-09-30 11:43:57 -05:00
parent fc4d3ebfe6
commit dbf0d6169a
6 changed files with 137 additions and 22 deletions

View file

@ -1189,5 +1189,6 @@ def render_form(
values=values_map,
render_field=render_field,
submit_attrs=submit_attrs,
submit_label=submit_label
submit_label=submit_label,
model_name=model_cls.__name__
)