Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
1fbd2106
Commit
1fbd2106
authored
Jan 13, 2015
by
Jason D Yeomans
Browse files
fixed allauth template error
parent
7f15b0c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/settings.py
View file @
1fbd2106
...
...
@@ -41,8 +41,8 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.static'
,
'django.contrib.messages.context_processors.messages'
,
'django.core.context_processors.request'
,
#
'allauth.account.context_processors.account',
#
'allauth.socialaccount.context_processors.socialaccount',
'allauth.account.context_processors.account'
,
'allauth.socialaccount.context_processors.socialaccount'
,
)
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment