diff --git a/templates/layouts/main.html.ep b/templates/layouts/default.html.ep similarity index 100% rename from templates/layouts/main.html.ep rename to templates/layouts/default.html.ep diff --git a/templates/moderator/index.html.ep b/templates/moderator/index.html.ep index c7c03f6..5690044 100644 --- a/templates/moderator/index.html.ep +++ b/templates/moderator/index.html.ep @@ -1,4 +1,4 @@ -% layout 'main'; +% layout 'default'; % title 'Top Secret';
For mods only!!
diff --git a/templates/moderator/list.html.ep b/templates/moderator/list.html.ep index e715fdf..8200e46 100644 --- a/templates/moderator/list.html.ep +++ b/templates/moderator/list.html.ep @@ -1,4 +1,4 @@ -% layout 'main'; +% layout 'default'; % title 'Top Secret';For mods only!!
diff --git a/templates/moderator/login.html.ep b/templates/moderator/login.html.ep index ac226bb..b7b06b7 100644 --- a/templates/moderator/login.html.ep +++ b/templates/moderator/login.html.ep @@ -1,4 +1,4 @@ -% layout 'main'; +% layout 'default'; % title 'Moderator Login';