summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/models/page.rb2
-rw-r--r--app/views/custom/page_templates/public/standard_template.html.erb (renamed from app/views/custom/page_templates/public/render_page.html.erb)0
2 files changed, 1 insertions, 1 deletions
diff --git a/app/models/page.rb b/app/models/page.rb
index 7ac0b60..0d4da5d 100644
--- a/app/models/page.rb
+++ b/app/models/page.rb
@@ -90,7 +90,7 @@ class Page < ActiveRecord::Base
90 if template_name && template_exists? 90 if template_name && template_exists?
91 public_template_path 91 public_template_path
92 else 92 else
93 File.join(PUBLIC_TEMPLATE_PATH, 'render_page') 93 File.join(PUBLIC_TEMPLATE_PATH, 'standard_template')
94 end 94 end
95 end 95 end
96 96
diff --git a/app/views/custom/page_templates/public/render_page.html.erb b/app/views/custom/page_templates/public/standard_template.html.erb
index 4c21667..4c21667 100644
--- a/app/views/custom/page_templates/public/render_page.html.erb
+++ b/app/views/custom/page_templates/public/standard_template.html.erb