docs: fix typo'd URL

This commit is contained in:
Jens Langhammer 2020-06-05 12:10:28 +02:00
parent 73116b9d1a
commit 7067d1f236
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ The property mapping should return a value that is expected by the Provider/Sour
### Context Variables ### Context Variables
- `user`: The current user, this might be `None` if there is no contextual user. ([ref](../expression/reference/user-object.md)) - `user`: The current user, this might be `None` if there is no contextual user. ([ref](../expressions/reference/user-object.md))
- `request`: The current request, this might be `None` if there is no contextual request. ([ref](https://docs.djangoproject.com/en/3.0/ref/request-response/#httprequest-objects)) - `request`: The current request, this might be `None` if there is no contextual request. ([ref](https://docs.djangoproject.com/en/3.0/ref/request-response/#httprequest-objects))
- Arbitrary other arguments given by the provider, this is documented on the Provider/Source. - Arbitrary other arguments given by the provider, this is documented on the Provider/Source.