Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Nov 3, 2014
2 parents 79b3ae5 + 0d82492 commit 9bb26df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datacash/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class TransactionListView(ListView):
model = OrderTransaction
context_object_name = 'transactions'
template_name = 'dashboard/datacash/transaction_list.html'
paginate_by = 20


class TransactionDetailView(DetailView):
Expand Down

0 comments on commit 9bb26df

Please sign in to comment.