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
In 909ebae, in order that eluminate_web/templates/account/email_confirmation_sent.html (rendered by django-user-accounts' views.SignupView) to display the THEME_ACCOUNT_CONTACT_EMAIL setting, I had to provide a custom context processor that imported eluminate_web.settings, which is obviously wrong :(
Need to fix this properly.
The text was updated successfully, but these errors were encountered:
In 909ebae, in order that eluminate_web/templates/account/email_confirmation_sent.html (rendered by django-user-accounts' views.SignupView) to display the THEME_ACCOUNT_CONTACT_EMAIL setting, I had to provide a custom context processor that imported eluminate_web.settings, which is obviously wrong :(
Need to fix this properly.
The text was updated successfully, but these errors were encountered: