From ed82b3fc135a3401f6c964670ac92d418a9b7d2e Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Thu, 13 Mar 2014 21:04:30 -0700 Subject: [PATCH] Fixup lodgeit templates to use @global vars Change-Id: I2948ef60f0de0c5d3b6288b915a44eb7c66c52fa --- modules/lodgeit/templates/layout.html.erb | 4 ++-- modules/lodgeit/templates/manage.py.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/lodgeit/templates/layout.html.erb b/modules/lodgeit/templates/layout.html.erb index 5fef1c8941..14a32a565b 100644 --- a/modules/lodgeit/templates/layout.html.erb +++ b/modules/lodgeit/templates/layout.html.erb @@ -20,9 +20,9 @@ diff --git a/modules/lodgeit/templates/manage.py.erb b/modules/lodgeit/templates/manage.py.erb index 6f1a614a01..f6af18bd1d 100644 --- a/modules/lodgeit/templates/manage.py.erb +++ b/modules/lodgeit/templates/manage.py.erb @@ -7,7 +7,7 @@ from lodgeit import local from lodgeit.application import make_app from lodgeit.database import session -dburi = 'drizzle://127.0.0.1:4427/<%= name %>' +dburi = 'drizzle://127.0.0.1:4427/<%= @name %>' SECRET_KEY = 'no secret key'