Entry creation!
This commit is contained in:
parent
53efc8551d
commit
2502375d32
6 changed files with 252 additions and 178 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue