Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
PPTI-Mobile Apps Monitoring Wabah Tuberkolosis
Neza-Backend
Commits
75671e21
Commit
75671e21
authored
Apr 29, 2020
by
Jonathan Christopher Jakub
Browse files
[REFACTOR] Fix copywriting
parent
e04cba42
Pipeline
#43989
passed with stages
in 13 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/accounts/views.py
View file @
75671e21
...
...
@@ -61,7 +61,7 @@ class AccountViewSet(viewsets.ModelViewSet):
if
User
.
objects
.
filter
(
username
=
username
).
exists
():
return
Response
(
{
"username"
:
[
"User with that username already exists"
]},
{
"username"
:
[
"User with that username already exists
.
"
]},
status
=
status
.
HTTP_409_CONFLICT
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment