summaryrefslogtreecommitdiffstats
path: root/core/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/models.py')
-rw-r--r--core/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/models.py b/core/models.py
index 052af76..8e75005 100644
--- a/core/models.py
+++ b/core/models.py
@@ -16,7 +16,8 @@ from django.contrib import admin
from django.contrib.auth.models import User
from django.contrib.contenttypes.models import ContentType
from django.conf import settings
-from django.core.urlresolvers import reverse
+
+from django.urls import reverse
from django.template import Context, loader
import troggle.core.models_survex