def update_config(self, config):
     # We add here the templates of the plugin to the config
     u.add_templates_directory(config, "templates")
Пример #2
0
 def update_config(self, config):
     # We add here the templates of the plugin to the config
     u.add_templates_directory(config, "templates")
     u.add_static_view(config, "alliance", "static")