Skip to content
Snippets Groups Projects
Verified Commit 8d645acd authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Use ClientProtectedResourceMixin from Core

(cherry picked from commit ca4d10b0)
parent 52af5f8b
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,12 @@ from django.views.generic.list import ListView
from django_tables2 import SingleTableView
from guardian.shortcuts import get_objects_for_user
from oauth2_provider.views.mixins import ClientProtectedResourceMixin, ScopedResourceMixin
from oauth2_provider.views.mixins import ScopedResourceMixin
from reversion.views import RevisionMixin
from rules.contrib.views import PermissionRequiredMixin
from aleksis.core.mixins import AdvancedCreateView, AdvancedDeleteView, AdvancedEditView
from aleksis.core.util.auth_helpers import ClientProtectedResourceMixin
from .forms import PosterGroupForm, PosterUploadForm
from .models import LiveDocument, Poster, PosterGroup
......
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