add article and pubications
This commit is contained in:
@@ -86,7 +86,8 @@ def update_user(user_id):
|
||||
role=data.get("role"),
|
||||
status=data.get("status"),
|
||||
profile_pic=data.get("profile_pic"),
|
||||
active=data.get("active")
|
||||
active=data.get("active"),
|
||||
can_create_articles=data.get("can_create_articles")
|
||||
)
|
||||
|
||||
if success:
|
||||
|
||||
Reference in New Issue
Block a user