fix a number of issues and start adding resources
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ from generic.tables import SeriesImageColumn
|
||||
|
||||
from .models import (
|
||||
Case,
|
||||
CaseCollection,
|
||||
Condition,
|
||||
PathologicalProcess,
|
||||
Presentation,
|
||||
@@ -318,7 +319,7 @@ class CaseCollectionTable(tables.Table):
|
||||
selection = tables.CheckBoxColumn(accessor="pk", orderable=False)
|
||||
|
||||
class Meta:
|
||||
model = Case
|
||||
model = CaseCollection
|
||||
template_name = "django_tables2/bootstrap4.html"
|
||||
fields = (
|
||||
"name",
|
||||
|
||||
Reference in New Issue
Block a user