Entry creation!

This commit is contained in:
Yaro Kasear 2025-10-03 09:02:15 -05:00
parent 53efc8551d
commit 2502375d32
6 changed files with 252 additions and 178 deletions

View file

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