Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
4443a1c1
Commit
4443a1c1
authored
Nov 07, 2019
by
Felix Yan
Committed by
Jelle van der Waa
Nov 07, 2019
Browse files
Fix a typo in commands/retire_user.py
parent
4f77993d
Changes
1
Hide whitespace changes
Inline
Side-by-side
devel/management/commands/retire_user.py
View file @
4443a1c1
...
...
@@ -32,7 +32,7 @@
class
Command
(
BaseCommand
):
help
=
"Retires a user by deactiving the user and moving the group membership to retired groups."
help
=
"Retires a user by deactiv
at
ing the user and moving the group membership to retired groups."
missing_args_message
=
'missing argument user.'
def
add_arguments
(
self
,
parser
):
...
...
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