Skip to content

Commit

Permalink
Fix the markup in ResendActivationView doc (#448)
Browse files Browse the repository at this point in the history
Also updated the link to the `dev` version.
  • Loading branch information
Mariatta authored Feb 23, 2025
1 parent 25b7aed commit 6d1f323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ implement whatever workflow is required.

.. class:: ResendActivationView

A subclass of Django's FormView`
<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>`_
which provides support for resending an activation email to a user.

Useful places to override or customize on an ``ResendActivationView``
Expand Down

0 comments on commit 6d1f323

Please sign in to comment.