Skip to content

Commit

Permalink
admin page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximz committed Feb 7, 2016
1 parent 86896f3 commit a51d39c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
'django.contrib.auth.context_processors.auth',
"django.core.context_processors.request",
],
}
},
{
'BACKEND': 'course_selection.pdf.PdftkEngine',
Expand Down

0 comments on commit a51d39c

Please sign in to comment.