Skip to content

Commit

Permalink
πŸ”¨ Fixed a mistake made with a bad sed line πŸ‘‰πŸ‘ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
Lugrim committed Oct 9, 2023
1 parent bb13d73 commit 62596ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insalan/user/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def post(self, request):
and "password_confirm" in data
):
return Response(
{[_("user")]: [_("Champ manquant")]},
{"user": [_("Champ manquant")]},
status=status.HTTP_400_BAD_REQUEST,
)
try:
Expand Down

0 comments on commit 62596ba

Please sign in to comment.