Skip to content

Commit

Permalink
Fix by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
whooaami committed Oct 11, 2023
1 parent e343f6a commit 0c48092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forum/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"PASSWORD_RESET_CONFIRM_URL": "#/password/reset/confirm/{uid}/{token}",
"PASSWORD_RESET_CONFIRM_RETYPE": True,
"PASSWORD_RESET_SHOW_EMAIL_NOT_FOUND": True,
"ACTIVATION_URL": 'activate/{uid}/{token}',
"ACTIVATION_URL": "activate/{uid}/{token}",
"SEND_ACTIVATION_EMAIL": True,
"HIDE_USERS": False,
"LOGIN_FIELD": "email",
Expand Down

0 comments on commit 0c48092

Please sign in to comment.