From c9ae3a56a2b88b757fe10643adf11fff4c901c8c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 22 Feb 2015 17:12:13 -0500 Subject: Add dynamic list to plugin_config forms This little javascript allows us to dyamically add form fields in the ComplexList and MappingList tables. Makes it much easier to add elements to these lists. Signed-off-by: Simo Sorce --- templates/master-admin.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/master-admin.html') diff --git a/templates/master-admin.html b/templates/master-admin.html index c058360..e838111 100644 --- a/templates/master-admin.html +++ b/templates/master-admin.html @@ -19,6 +19,8 @@ $( document ).tooltip(); {% endif %} + {% block scripts %} + {% endblock %}