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

Missing "signup" in account bar when "ACCOUNT_OPEN_SIGNUP" is "True" in settings.py #1

Open
lemonlatte opened this issue Sep 4, 2013 · 0 comments

Comments

@lemonlatte
Copy link

The "Sign up" link is missing when I set "ACCOUNT_OPEN_SIGNUP" to "True" in settings.py.

It is because that the template, _account_bar.html, doesn't find "ACCOUNT_OPEN_SIGNUP" in context. And the variable is added by context_processors of django-user-accounts.

Howerver, the context_processors is not included in default settings.py.

Is it possible to add it into the default settings.py?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants