Add crudkit!
This commit is contained in:
parent
30ec29d497
commit
559fd56f33
28 changed files with 881 additions and 23 deletions
3
crudkit/html/templates/crudkit/options.html
Normal file
3
crudkit/html/templates/crudkit/options.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{# Renders only <option>...</option> rows #}
|
||||
{% import "_macros.html" as ui %}
|
||||
{{ ui.options(items, value_attr=value_attr, label_path=label_path, getp=getp) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue