mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Some refactoring between accounting and counter
This commit is contained in:
@ -3,7 +3,6 @@ from django.views.generic import ListView
|
||||
from django.core.urlresolvers import reverse_lazy
|
||||
|
||||
from core.models import RealGroup
|
||||
from core.views.forms import GroupEditForm
|
||||
from core.views import CanEditMixin
|
||||
|
||||
class GroupListView(CanEditMixin, ListView):
|
||||
|
Reference in New Issue
Block a user