diff options
author | kinitrupti | 2016-10-04 12:01:02 +0530 |
---|---|---|
committer | kinitrupti | 2016-10-04 12:01:02 +0530 |
commit | 15ab83ff1b57dab493ac366d866f3e26765599eb (patch) | |
tree | 0a9364c4c3c8b38182a2bfda3b97f859c084affe /commentingapp | |
parent | c5c3c7b6c4794d960ead6137d251cd9b8f423aa4 (diff) | |
download | Python-TBC-Interface-15ab83ff1b57dab493ac366d866f3e26765599eb.tar.gz Python-TBC-Interface-15ab83ff1b57dab493ac366d866f3e26765599eb.tar.bz2 Python-TBC-Interface-15ab83ff1b57dab493ac366d866f3e26765599eb.zip |
Upgraded to django 1.9
Diffstat (limited to 'commentingapp')
-rw-r--r-- | commentingapp/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commentingapp/views.py b/commentingapp/views.py index 66606b7..80f37e8 100644 --- a/commentingapp/views.py +++ b/commentingapp/views.py @@ -1,6 +1,6 @@ from django.shortcuts import render, render_to_response from django.contrib.auth.decorators import login_required -from django.core.context_processors import csrf +from django.template.context_processors import csrf from .models import Url, Comments from django.db.models import Q from collections import Counter |