Skip to content

Commit d55f3aa

Browse files
author
anatoliis
committed
Small Readme fixes
1 parent 9000527 commit d55f3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/django_yoti/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ YOTI = {
106106
If *not* authenticated user is trying to access a view with
107107
`@yoti_authenticated` decorator, he/she will be redirected to this view.
108108
Example: `login`<br>
109-
In case you have something like this in your project's `urls.py` file:
109+
In this case you should have something like this in your project's `urls.py` file:
110110
```python
111111
urlpatterns = [
112112
...
@@ -119,7 +119,7 @@ Default value: `yoti_login` (with `/yoti/login/` URL)
119119
* **`YOTI_REDIRECT_TO`**<br>
120120
View name to which user is redirected after successful authentication.<br>
121121
Example: `profile`<br>
122-
In case you have something like this in your project's `urls.py` file:
122+
In this case you should have something like this in your project's `urls.py` file:
123123
```python
124124
urlpatterns = [
125125
...

0 commit comments

Comments
 (0)