From cb43a115cce80e2ec6f1f9466523a30a1fc8377f Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 1 Mar 2013 11:37:29 +0000 Subject: basic routing to submit screen --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 36bf827..cba1707 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -38,7 +38,7 @@ var tpl = { ;(function (FMS, Backbone, _, $) { _.extend(FMS, { templates: [ - 'home', 'around', 'photo', 'details' + 'home', 'around', 'photo', 'details', 'submit' ], initialized: 0, -- cgit v1.2.3