summaryrefslogtreecommitdiffstats
path: root/core/views_survex.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-17 22:55:51 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-17 22:55:51 +0100
commit55dd5772758115998c2cc42fdbbf1a8c5b3ef9d0 (patch)
treed23cc4f8ae122defa503019b87c9c3b0d6d8efd7 /core/views_survex.py
parent4941d230e259584c9eebd8963b2354ae780997a2 (diff)
downloadtroggle-55dd5772758115998c2cc42fdbbf1a8c5b3ef9d0.tar.gz
troggle-55dd5772758115998c2cc42fdbbf1a8c5b3ef9d0.tar.bz2
troggle-55dd5772758115998c2cc42fdbbf1a8c5b3ef9d0.zip
New url dispatcher OK 1.9.13
Diffstat (limited to 'core/views_survex.py')
-rw-r--r--core/views_survex.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/views_survex.py b/core/views_survex.py
index 6bf65bf..eff6315 100644
--- a/core/views_survex.py
+++ b/core/views_survex.py
@@ -6,7 +6,9 @@ import difflib
from django import forms
from django.http import HttpResponseRedirect, HttpResponse
from django.shortcuts import render_to_response, render
-from django.core.context_processors import csrf
+#from django.core.context_processors import csrf
+from django.template.context_processors import csrf
+
from django.http import HttpResponse, Http404
import troggle.settings as settings