Browse Source

Typo fix

pull/781/head
Alexander Kurakin 4 years ago
committed by GitHub
parent
commit
32d42b6670
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/faq.md

2
docs/faq.md

@ -21,7 +21,7 @@ Please check the following list.
1. Add a user from [Django Admin site](https://djangobook.com/django-admin-site/).
![Add a user](./images/faq/add_user.png)
2. **Logout from Django Admin site.** [You'll face login error without logout of Django Admin site](https://github.com/doccano/doccano/issues/723).
3. Add the user to the project in the member page(`/projects/{project_id}/members`).
3. Add the user to the project in the member page (`/projects/{project_id}/members`).
## I want to update to the latest doccano image

Loading…
Cancel
Save