##// END OF EJS Templates
models: fixed spelling.
marcink -
r2964:0d0e6483 default
parent child Browse files
Show More
@@ -913,7 +913,7 b' class UserModel(BaseModel):'
913 This way we block only latest created accounts.
913 This way we block only latest created accounts.
914
914
915 :param expected_users: list of users in special order, we deactivate
915 :param expected_users: list of users in special order, we deactivate
916 the end N ammoun of users from that list
916 the end N amount of users from that list
917 """
917 """
918
918
919 list_of_accounts = self.get_accounts_in_creation_order(
919 list_of_accounts = self.get_accounts_in_creation_order(
General Comments 0
You need to be logged in to leave comments. Login now