Use common "View" for translations

-also pipe translate in injected html for a flash
This commit is contained in:
Montana
2019-05-13 09:28:47 -04:00
parent 39a0716028
commit 74422c57aa
4 changed files with 17 additions and 11 deletions

View File

@@ -160,7 +160,7 @@ MESSAGES = {
"title_template": translate("flash.success"),
"message_template": """
{{ "flash.application.deleted" | translate({"application_name": application_name}) }}
<a href="#">translate("common.undo")</a>
<a href="#">{{ "common.undo" | translate }}</a>
""",
"category": "success",
},