File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ YOTI = {
106
106
If * not* authenticated user is trying to access a view with
107
107
` @yoti_authenticated ` decorator, he/she will be redirected to this view.
108
108
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:
110
110
``` python
111
111
urlpatterns = [
112
112
...
@@ -119,7 +119,7 @@ Default value: `yoti_login` (with `/yoti/login/` URL)
119
119
* ** ` YOTI_REDIRECT_TO ` ** <br >
120
120
View name to which user is redirected after successful authentication.<br >
121
121
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:
123
123
``` python
124
124
urlpatterns = [
125
125
...
You can’t perform that action at this time.
0 commit comments