diff --git a/ugly_hacks/santiago/protocols/https/controller.py b/ugly_hacks/santiago/protocols/https/controller.py index e70f2a0b8..04cf085cb 100644 --- a/ugly_hacks/santiago/protocols/https/controller.py +++ b/ugly_hacks/santiago/protocols/https/controller.py @@ -215,7 +215,7 @@ class RestMonitor(santiago.RestController): def __init__(self, aSantiago): super(RestMonitor, self).__init__() self.santiago = aSantiago - self.relative_path = "protocols/https/templates/" + self.relative_path = "protocols/https/templates/http/" def respond(self, template, values): return [str(Template( diff --git a/ugly_hacks/santiago/protocols/https/templates/consumedHost.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/consumedHost.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/consumedHost.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/consumedHost.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/consumedService.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/consumedService.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/consumedService.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/consumedService.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/consuming.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/consuming.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/consuming.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/consuming.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/hostedClient.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/hostedClient.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/hostedClient.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/hostedClient.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/hostedService.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/hostedService.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/hostedService.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/hostedService.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/hosting.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/hosting.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/hosting.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/hosting.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/root.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/root.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/root.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/root.tmpl