Skip to content

Commit

Permalink
Adding a missing import which caused an error when looking at map pag…
Browse files Browse the repository at this point in the history
…e as anonymous user
  • Loading branch information
capooti committed Mar 5, 2018
1 parent 968eb2c commit 16c9d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/contrib/worldmap/wm_extra/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from guardian.shortcuts import get_perms

from django.conf import settings
from django.db.models import F
from django.utils.http import is_safe_url
from django.http.request import validate_host
from django.contrib.auth.decorators import login_required
Expand Down

0 comments on commit 16c9d47

Please sign in to comment.