.
This commit is contained in:
+2
-2
@@ -256,7 +256,7 @@ class PresentationTable(tables.Table):
|
|||||||
class Meta:
|
class Meta:
|
||||||
model = Presentation
|
model = Presentation
|
||||||
template_name = "django_tables2/bootstrap4.html"
|
template_name = "django_tables2/bootstrap4.html"
|
||||||
fields = ()
|
fields = ("name",)
|
||||||
sequence = ("name",)
|
sequence = ("name",)
|
||||||
|
|
||||||
|
|
||||||
@@ -277,5 +277,5 @@ class PathologicalProcessTable(tables.Table):
|
|||||||
class Meta:
|
class Meta:
|
||||||
model = PathalogicalProcess
|
model = PathalogicalProcess
|
||||||
template_name = "django_tables2/bootstrap4.html"
|
template_name = "django_tables2/bootstrap4.html"
|
||||||
fields = ()
|
fields = ("name",)
|
||||||
sequence = ("name",)
|
sequence = ("name",)
|
||||||
|
|||||||
Reference in New Issue
Block a user