Update web/core/views.py

This commit is contained in:
Joshua Laymon 2025-08-31 03:52:36 +00:00
parent 169e300141
commit f2d2eef9be

View File

@ -1023,7 +1023,7 @@ def login_attempts(request):
@login_required @login_required
@require_POST @require_POST
def clear_history(request): def clear_history(request):
""" """
Clear all 'recents' for the CURRENT user. Clear all 'recents' for the CURRENT user.
We clear the two app-specific keys AND a few common variants in case We clear the two app-specific keys AND a few common variants in case
your templates or JS ever used alternates. your templates or JS ever used alternates.