1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

row color to show if display

This commit is contained in:
Pierre-antoine Comby
2020-03-24 23:32:48 +01:00
parent b3c1032f4f
commit 20ea017e96
2 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ class TransactionTemplateUpdateView(LoginRequiredMixin, UpdateView):
"""
model = TransactionTemplate
form_class = TransactionTemplateForm
success_url = reverse_lazy('note:template_list')
class ConsoView(LoginRequiredMixin, SingleTableView):
"""