summaryrefslogtreecommitdiff
path: root/app/locations
diff options
context:
space:
mode:
Diffstat (limited to 'app/locations')
-rw-r--r--app/locations/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/locations/views.py b/app/locations/views.py
index bd5eb93..12901eb 100644
--- a/app/locations/views.py
+++ b/app/locations/views.py
@@ -1,6 +1,6 @@
from django.shortcuts import render_to_response
from django.template import RequestContext
-from blog.models import Entry
+from jrnl.models import Entry
from locations.models import Country, Region, Route
from projects.shortcuts import render_to_geojson