Skip to content

Commit 6d1f323

Browse files
authored
Fix the markup in ResendActivationView doc (#448)
Also updated the link to the `dev` version.
1 parent 25b7aed commit 6d1f323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/views.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ implement whatever workflow is required.
108108

109109
.. class:: ResendActivationView
110110

111-
A subclass of Django's FormView`
112-
<https://docs.djangoproject.com/en/1.11/ref/class-based-views/generic-editing/#formview>`_
111+
A subclass of Django's FormView
112+
`<https://docs.djangoproject.com/en/dev/ref/class-based-views/generic-editing/#formview>`_
113113
which provides support for resending an activation email to a user.
114114

115115
Useful places to override or customize on an ``ResendActivationView``

0 commit comments

Comments
 (0)