mirror of https://gitlab.crans.org/bde/nk20
fix parameter name, works better.
This commit is contained in:
parent
f4fe0c9866
commit
8abc789895
|
@ -113,7 +113,7 @@ class TransactionTemplateListView(LoginRequiredMixin, SingleTableView):
|
|||
List TransactionsTemplates
|
||||
"""
|
||||
model = TransactionTemplate
|
||||
table = ButtonTable
|
||||
table_class = ButtonTable
|
||||
|
||||
|
||||
class TransactionTemplateUpdateView(LoginRequiredMixin, UpdateView):
|
||||
|
|
Loading…
Reference in New Issue