Moved the template accounting/accounts/index.html to accounting/account_list.html to follow the default template name in the accounting application.
This commit is contained in:
parent
4342f1e34e
commit
1d9a8a0401
@ -1047,7 +1047,6 @@ def txn_sort(request, date):
|
||||
class AccountListView(ListView):
|
||||
"""The view to list the accounts."""
|
||||
queryset = Account.objects.order_by("code")
|
||||
template_name = "accounting/accounts/index.html"
|
||||
|
||||
|
||||
@require_GET
|
||||
|
Loading…
Reference in New Issue
Block a user