Update web/core/views.py

This commit is contained in:
Joshua Laymon 2025-08-14 12:55:01 +00:00
parent d189670973
commit 23c4fa94c6

View File

@ -458,7 +458,7 @@ def normalize_scripture(request):
"limit": limit,
},
)
@login_required
@login_required
def stats_page(request):
total = Entry.objects.count()
today = date.today()