mirror of https://gitlab.crans.org/bde/nk20
fix #39
This commit is contained in:
parent
0de2c18bec
commit
08d692c0da
|
@ -16,6 +16,7 @@ class HistoryTable(tables.Table):
|
|||
'table table-condensed table-striped table-hover'
|
||||
}
|
||||
model = Transaction
|
||||
exclude = ("polymorphic_ctype",)
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
sequence = ('...', 'total', 'valid')
|
||||
|
||||
|
|
Loading…
Reference in New Issue