fix a number of issues and start adding resources

This commit is contained in:
Ross
2024-04-04 23:15:22 +01:00
parent 2fef934323
commit f13d1ba7e2
8 changed files with 174 additions and 6 deletions
+2 -1
View File
@@ -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",