Compare commits
17 commits
8db6c6f012
...
5e72c49eaa
Author | SHA1 | Date | |
---|---|---|---|
5e72c49eaa | |||
4fea2a9f77 | |||
7333c82144 | |||
f0e2826e57 | |||
5f8fd08271 | |||
940bc83a9e | |||
|
e6b4d2758a | ||
|
1b1e0c5288 | ||
|
4364fd149e | ||
|
2cd9919279 | ||
|
459975e485 | ||
|
32fa6a99f9 | ||
|
5b644a8091 | ||
|
92bf199177 | ||
|
219e696841 | ||
|
40f1481d38 | ||
|
1788920252 |
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ from django.views.generic.edit import CreateView, DeleteView, FormView, UpdateVi
|
|||
|
||||
from gestioncof.decorators import BuroRequiredMixin
|
||||
|
||||
from .mixins import BudgetLineAccessMixin
|
||||
from .forms import (
|
||||
ClubBudgetLineCommonForm,
|
||||
ClubBudgetLineForm,
|
||||
|
@ -16,7 +17,6 @@ from .forms import (
|
|||
ClubBudgetLineFullForm,
|
||||
ClubForm,
|
||||
)
|
||||
from .mixins import BudgetLineAccessMixin
|
||||
from .models import Club, ClubBudgetAccountingPeriod, ClubBudgetLine
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue