We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b7aed commit 6d1f323Copy full SHA for 6d1f323
docs/views.rst
@@ -108,8 +108,8 @@ implement whatever workflow is required.
108
109
.. class:: ResendActivationView
110
111
- A subclass of Django's FormView`
112
- <https://docs.djangoproject.com/en/1.11/ref/class-based-views/generic-editing/#formview>`_
+ A subclass of Django's FormView
+ `<https://docs.djangoproject.com/en/dev/ref/class-based-views/generic-editing/#formview>`_
113
which provides support for resending an activation email to a user.
114
115
Useful places to override or customize on an ``ResendActivationView``
0 commit comments