Browse Source

Static url to templates

prieto 8 years ago
parent
commit
28d823986e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      plugins/webui/interface/template/loader.py

+ 1
- 1
plugins/webui/interface/template/loader.py View File

9
 from .api import api_lodel_templates
9
 from .api import api_lodel_templates
10
 from .exceptions.not_allowed_custom_api_key_error import NotAllowedCustomAPIKeyError
10
 from .exceptions.not_allowed_custom_api_key_error import NotAllowedCustomAPIKeyError
11
 from ...main import root_url as root_url
11
 from ...main import root_url as root_url
12
-from ...main import root_url as root_url
12
+from ...main import static_url as static_url
13
 from ...main import PLUGIN_PATH
13
 from ...main import PLUGIN_PATH
14
 TEMPLATE_PATH = os.path.realpath(os.path.join(PLUGIN_PATH, 'templates/'))
14
 TEMPLATE_PATH = os.path.realpath(os.path.join(PLUGIN_PATH, 'templates/'))
15
 
15
 

Loading…
Cancel
Save