1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-27 02:43:01 +00:00
This commit is contained in:
Pierre-antoine Comby 2020-03-09 18:10:24 +01:00
parent 0de2c18bec
commit 08d692c0da

View File

@ -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')