Display a flash message when a user logs out

This commit is contained in:
richard-dds
2019-05-28 16:55:52 -04:00
parent 227feab972
commit c653cf2dbf
4 changed files with 24 additions and 0 deletions

View File

@@ -193,6 +193,13 @@ MESSAGES = {
""",
"category": "success",
},
"logged_out": {
"title_template": translate("flash.logged_out"),
"message_template": """
You've been logged out.
""",
"category": "info",
},
}