- Replace old implementation of PROCESSOR_TYPES and CATALOG_TYPES with the new cached approach
- Add an ordered_list dynamic field type (to be refined) - Add tabulator javascript library to project
This commit is contained in:
7
eveai_app/templates/ordered_list_configs.html
Normal file
7
eveai_app/templates/ordered_list_configs.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{# 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 %}
|
||||
Reference in New Issue
Block a user