Skip to content

Commit 65a28a7

Browse files
committed
Correct typo in url
1 parent d4f659a commit 65a28a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contents/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ example: 'home' could be '/home' or 'home/'.
151151
If this is unfeasible, this strict validation can be turned off by setting
152152
``SAML_STRICT_URL_VALIDATION`` to ``False`` in settings.py.
153153

154-
During validation, `Django named URL patterns<https://docs.djangoproject.com/en/dev/topics/http/urls/#naming-url-patterns>`_
154+
During validation, `Django named URL patterns <https://docs.djangoproject.com/en/dev/topics/http/urls/#naming-url-patterns>`_
155155
will also be resolved. Turning off strict validation will prevent this from happening.
156156

157157
Preferred sso binding

0 commit comments

Comments
 (0)