5 lines
243 B
JavaScript
5 lines
243 B
JavaScript
// Simply 'inherites' helpers from AccountsTemplates
|
|
Template.atSignupLink.helpers(AccountsTemplates.atSignupLinkHelpers);
|
|
|
|
// Simply 'inherites' events from AccountsTemplates
|
|
Template.atSignupLink.events(AccountsTemplates.atSignupLinkEvents); |