Skip to content

Commit 9d6286b

Browse files
authored
Fix link + ci (#449)
* Fix link + ci * x
1 parent 6d1f323 commit 9d6286b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/dev/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``

test-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
flake8
22
coveralls
33
isort==4.3.21
4-
setuptools
4+
setuptools<v72.0.0
55
tox
66
invoke
7-
docutils
7+
docutils==0.20.1
88
mock
99
pytest-django
1010
tox-gh-actions

0 commit comments

Comments
 (0)