First cut working regisatration

This commit is contained in:
David Baker
2015-07-15 19:25:36 +01:00
parent 03d048c06f
commit 4756427e61
5 changed files with 164 additions and 16 deletions

View File

@@ -125,7 +125,8 @@ module.exports = {
}
},
showRegister: function() {
showRegister: function(ev) {
ev.preventDefault();
dis.dispatch({
action: 'start_registration'
});