diff options
Diffstat (limited to 'chimere/actions.py')
-rw-r--r-- | chimere/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/actions.py b/chimere/actions.py index 27614a1..392c5d3 100644 --- a/chimere/actions.py +++ b/chimere/actions.py @@ -21,8 +21,8 @@ Actions available in the main interface """ from django.conf import settings -from django.core.urlresolvers import reverse, NoReverseMatch from django.http import Http404 +from django.urls import reverse, NoReverseMatch from django.utils.translation import ugettext_lazy as _ from chimere.models import Page, Area, AreaPages |