diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-24 17:18:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-24 17:28:48 +0100 |
commit | 7ff0eea0c8a535ae0375fe1ad0810436b5051ca2 (patch) | |
tree | 58c115a77e0c4c3947e74a66fd15c614d8368273 /www/js/app.js | |
parent | 66201193499c7c7359e4614a4215b190146ea3e3 (diff) |
basic login page and link from map screen
Diffstat (limited to 'www/js/app.js')
-rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 15647ba..7c85d84 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', 'offline', 'save_offline', 'reports', 'address_search', 'existing', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'submit_confirm', 'sent' + 'home', 'around', 'offline', 'save_offline', 'reports', 'login', 'address_search', 'existing', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'submit_confirm', 'sent' ], isOffline: 0, |