Compare commits
14 commits
f6d45355c5
...
f47bc19121
Author | SHA1 | Date | |
---|---|---|---|
f47bc19121 | |||
6d6f4b4d59 | |||
8548bb9377 | |||
ad0ac9b2c5 | |||
2be4eca5ef | |||
|
ee1a589f45 | ||
|
5257e7a58a | ||
|
bba742db9c | ||
|
8761ec7f16 | ||
|
6591887ec1 | ||
|
f7d36a203d | ||
|
ea8e5b9bf1 | ||
|
a53c9be7ad | ||
|
d52c6c10f7 |
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ from django.views.generic.edit import CreateView, DeleteView, FormView, UpdateVi
|
|||
|
||||
from gestioncof.decorators import BuroRequiredMixin
|
||||
|
||||
from .mixins import BudgetLineAccessMixin
|
||||
from .forms import (
|
||||
ClubBudgetLineCommonForm,
|
||||
ClubBudgetLineForm,
|
||||
|
@ -17,6 +16,7 @@ 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