mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-31 04:30:28 +00:00
5 lines
155 B
HTML
5 lines
155 B
HTML
|
|
{% import 'admin/lib.html' as lib with context %}
|
||
|
|
<div class="inline-form-field">
|
||
|
|
{{ lib.render_form_fields(field.form, form_opts=form_opts) }}
|
||
|
|
</div>
|