Update route function to revoke CCPO superuser status

This commit is contained in:
leigh-mil
2019-08-08 14:09:10 -04:00
parent 54239a520e
commit e35399d8f5
4 changed files with 29 additions and 3 deletions

View File

@@ -40,6 +40,11 @@ MESSAGES = {
"message_template": translate("ccpo.form.user_not_found_text"),
"category": "info",
},
"ccpo_user_removed": {
"title_template": translate("flash.success"),
"message_template": "You have successfully removed {{ user_name }}'s CCPO permissions.",
"category": "success",
},
"environment_added": {
"title_template": translate("flash.success"),
"message_template": """