.
This commit is contained in:
+2
-5
@@ -28,19 +28,16 @@ from .forms import (
|
|||||||
AtlasForm,
|
AtlasForm,
|
||||||
SeriesForm,
|
SeriesForm,
|
||||||
SeriesImageFormSet,
|
SeriesImageFormSet,
|
||||||
MarkAtlasQuestionDoubleForm,
|
|
||||||
MarkAtlasQuestionSingleForm,
|
|
||||||
SeriesFormSet,
|
SeriesFormSet,
|
||||||
ExaminationForm,
|
ExaminationForm,
|
||||||
ExamForm,
|
|
||||||
)
|
)
|
||||||
from .models import (
|
from .models import (
|
||||||
Case,
|
Case,
|
||||||
Series,
|
Series,
|
||||||
Examination,
|
Examination,
|
||||||
)
|
)
|
||||||
from .tables import AtlasTable, SeriesTable, UserAnswerTable
|
from .tables import AtlasTable, SeriesTable
|
||||||
from .filters import AtlasFilter, SeriesFilter, UserAnswerFilter
|
from .filters import AtlasFilter, SeriesFilter
|
||||||
|
|
||||||
from django_tables2 import SingleTableView, SingleTableMixin
|
from django_tables2 import SingleTableView, SingleTableMixin
|
||||||
from django_filters.views import FilterView
|
from django_filters.views import FilterView
|
||||||
|
|||||||
Reference in New Issue
Block a user