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

@ -1,4 +1,4 @@
<form method="POST">
<form method="POST" id="{{ model_name|lower }}_form">
{% macro render_row(row) %}
<!-- {{ row.name }} (row) -->
{% if row.fields or row.children or row.legend %}