Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
58dc1791
Commit
58dc1791
authored
Jun 13, 2017
by
Skia
🤘
Browse files
Merge branch 'bugfix' into 'master'
Fix import in trombi views See merge request
!84
parents
fbcf5253
e08a8c49
Pipeline
#1076
passed with stage
in 5 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
trombi/views.py
View file @
58dc1791
...
@@ -36,7 +36,7 @@ from datetime import date
...
@@ -36,7 +36,7 @@ from datetime import date
from
trombi.models
import
Trombi
,
TrombiUser
,
TrombiComment
,
TrombiClubMembership
from
trombi.models
import
Trombi
,
TrombiUser
,
TrombiComment
,
TrombiClubMembership
from
core.views.forms
import
SelectDate
from
core.views.forms
import
SelectDate
from
core.views
import
CanViewMixin
,
CanEditMixin
,
CanEditPropMixin
,
TabedViewMixin
,
QuickNotifMixin
from
core.views
import
CanViewMixin
,
CanEditMixin
,
CanEditPropMixin
,
TabedViewMixin
,
CanCreateMixin
,
QuickNotifMixin
from
core.models
import
User
from
core.models
import
User
from
club.models
import
Club
from
club.models
import
Club
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment