mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-30 20:20:23 +00:00
4 lines
155 B
HTML
4 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>
|