Open jonstra opened 7 years ago
Can any DEVs comment on this please? Thank you.
You have to override the template with your own. https://github.com/meteor-useraccounts/core/blob/master/Guide.md#templates
js:
Template['overrideAtFrom'].replaces('atForm');
html:
<template name="overrideAtFrom">
<div class="at-form">
// the whole thing
</div>
</template>
Hi. I'm creating a Norwegian site and need to change the following fields in useraccounts:bootstrap:
I could change all other fields using AccountsTemplates.configure().
Can someone tell me how this is done? Thank you.