Minor fixes on consumptions page
This commit is contained in:
parent
56a2d482c9
commit
a1f8ef721a
6 changed files with 35 additions and 17 deletions
|
|
@ -115,7 +115,7 @@ class ConsoView(LoginRequiredMixin, SingleTableView):
|
|||
|
||||
# Transaction history table
|
||||
table_class = HistoryTable
|
||||
table_pagination = {"per_page": 10}
|
||||
table_pagination = {"per_page": 20}
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue