diff --git a/web/core/views.py b/web/core/views.py index 8b44900..7c304ec 100644 --- a/web/core/views.py +++ b/web/core/views.py @@ -1023,7 +1023,7 @@ def login_attempts(request): @login_required @require_POST def clear_history(request): - """ + """ Clear all 'recents' for the CURRENT user. We clear the two app-specific keys AND a few common variants in case your templates or JS ever used alternates.