You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: