From fd1e7fdb383f0f6532bdd19405b769c8877d4b9b Mon Sep 17 00:00:00 2001 From: mbcodes Date: Wed, 30 Oct 2024 19:50:30 -0700 Subject: [PATCH] removed undefined label (which had blocked PR with exit code 1) --- docs/topics/auth/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 33f36fa28a..6202283b04 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -728,7 +728,7 @@ email in the desired domain and if not, redirects to the login page:: .. class:: UserPassesTestMixin - When using :ref:`classed-based views class-based-views-explanation`, you + When using :ref:`class-based-views-explanation`, you can use the ``UserPassesTestMixin`` to do this. .. method:: test_func()