mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Move core views mixins to their own file
This commit is contained in:
@ -19,7 +19,7 @@ from django.urls import reverse_lazy
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from django.views.generic.base import View
|
||||
|
||||
from core.views import TabedViewMixin
|
||||
from core.views.mixins import TabedViewMixin
|
||||
|
||||
|
||||
class CounterAdminMixin(View):
|
||||
|
Reference in New Issue
Block a user