First cut working regisatration
This commit is contained in:
@@ -125,7 +125,8 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
showRegister: function() {
|
||||
showRegister: function(ev) {
|
||||
ev.preventDefault();
|
||||
dis.dispatch({
|
||||
action: 'start_registration'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user