diff options
Diffstat (limited to 'commentingapp/views.py')
-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 |