- Add an ordered_list dynamic field type (to be refined) - Add tabulator javascript library to project
7 lines
299 B
HTML
7 lines
299 B
HTML
{# Include this template in any page that uses ordered_list fields #}
|
|
{# Usage: {% include 'ordered_list_configs.html' %} #}
|
|
{# The form must be available in the template context as 'form' #}
|
|
|
|
{% if form and form.get_list_type_configs_js %}
|
|
{{ form.get_list_type_configs_js()|safe }}
|
|
{% endif %} |