Update index

This commit is contained in:
Edgar P. Burkhart 2022-05-22 09:27:48 +02:00
parent 15a317dc0f
commit 4b784a553b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 46 additions and 46 deletions

View file

@ -16,7 +16,7 @@ from .models import (
@login_required
def index(request):
_transactions = Transaction.objects.all()[:5]
_transactions = Transaction.objects.all()[:10]
_categories = Category.objects.all()
_snapshots = Snapshot.objects.all()[:5]