X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fqueryupdater%2F__init__.py;h=ad345c8f093f6ef87072ee3cde97b13b0f7df401;hb=refs%2Fheads%2Fnewnames;hp=9b347d3ed2270613161baaa123b2560560ef39e1;hpb=0120bc491b3464f4981270a28ac153fa62f3b08b;p=unfold.git diff --git a/plugins/queryupdater/__init__.py b/plugins/queryupdater/__init__.py index 9b347d3e..ad345c8f 100644 --- a/plugins/queryupdater/__init__.py +++ b/plugins/queryupdater/__init__.py @@ -3,12 +3,12 @@ from unfold.plugin import Plugin class QueryUpdater(Plugin): def template_file (self): - return "resources_selected.html" + return "queryupdater.html" def requirements (self): reqs = { - 'js_files' : [ "js/resources_selected.js" ] , - 'css_files': [ "css/resources_selected.css" ], + 'js_files' : [ "js/queryupdater.js" ] , + 'css_files': [ "css/queryupdater.css" ], } return reqs