aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/app.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-03-01 11:37:29 +0000
committerStruan Donald <struan@exo.org.uk>2013-03-01 11:37:29 +0000
commitcb43a115cce80e2ec6f1f9466523a30a1fc8377f (patch)
treeefb99de339f773c16c0be9474184785eec0de619 /www/js/app.js
parent18df1a462e57419854ac66111b931b6f17db7b9e (diff)
basic routing to submit screen
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js2
1 files changed, 1 insertions, 1 deletions
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,