Skip to content
Snippets Groups Projects
Commit 427df430 authored by permcu's avatar permcu
Browse files

Add missing import

parent 28f5098d
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
......@@ -10,6 +10,7 @@ from django.utils.http import url_has_allowed_host_and_scheme
from django.utils.translation import gettext as _
from django.views.decorators.cache import never_cache
from django.views.generic import DetailView
from django.core.exceptions import PermissionDenied
from django_tables2 import SingleTableView
from reversion.views import RevisionMixin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment