summaryrefslogtreecommitdiff
path: root/tbc_error_page/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tbc_error_page/views.py')
-rw-r--r--tbc_error_page/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc_error_page/views.py b/tbc_error_page/views.py
index d788afa..b165f1c 100644
--- a/tbc_error_page/views.py
+++ b/tbc_error_page/views.py
@@ -1,7 +1,7 @@
from django.shortcuts import render_to_response
from .models import Error, Broken, get_json_from_file
from django.contrib.auth.decorators import login_required
-from django.core.context_processors import csrf
+from django.template.context_processors import csrf
from django.http import Http404
from tbc.views import is_reviewer