Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template option is not respected #12

Open
jsamr opened this issue Feb 9, 2016 · 0 comments
Open

template option is not respected #12

jsamr opened this issue Feb 9, 2016 · 0 comments

Comments

@jsamr
Copy link

jsamr commented Feb 9, 2016

template:'simpleAtForm' option is not taken into account. fullPageAtForm is used instead.

<template name="simpleAtForm">
    <div class="simple-at-form">
    {{> atForm}}
    </div>
</template>
AccountsTemplates.configure({
  enablePasswordChange: true,
  sendVerificationEmail: true,
  showResendVerificationEmailLink: false,
  overrideLoginErrors: false,
  continuousValidation: true,
  showValidating: true,
  negativeFeedback: true,
  showReCaptcha: true,
  defaultLayout: 'layoutTemplate'
});
AccountsTemplates.configureRoute('signUp', {
  template: 'simpleAtForm',
  name: 'signup',
  path: '/user/register',
  title: "S'enregistrer",
  redirect: '/user/login'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant