We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750db91 commit a08c352Copy full SHA for a08c352
experiments/wagtail_hooks.py
@@ -2,7 +2,7 @@
2
3
from django.conf.urls import include, url
4
from django.contrib.admin.utils import quote
5
-from django.urls import reverse
+from django.core.urlresolvers import reverse
6
from django.utils.translation import ugettext_lazy as _
7
from experiments import admin_urls
8
from wagtail.contrib.modeladmin.helpers import ButtonHelper
0 commit comments