Show "Congrats" alert when completing TO form
This commit is contained in:
@@ -108,6 +108,26 @@ MESSAGES = {
|
||||
""",
|
||||
"category": "success",
|
||||
},
|
||||
"task_order_congrats": {
|
||||
"title_template": "Congrats!",
|
||||
"message_template": """
|
||||
You've created a new JEDI portfolio and jump started your first task order!
|
||||
""",
|
||||
"actions": """
|
||||
{% from "components/icon.html" import Icon %}
|
||||
<div class='alert__actions'>
|
||||
<a href='{{ url_for("portfolios.show_portfolio", portfolio_id=portfolio.id) }}' class='icon-link'>
|
||||
{{ Icon('shield') }}
|
||||
<span>Go to my Portfolio Home Page</span>
|
||||
</a>
|
||||
<a href='#next-steps' class='icon-link'>
|
||||
{{ Icon('arrow-down') }}
|
||||
<span>Review Next Steps Below</span>
|
||||
</a>
|
||||
</div>
|
||||
""",
|
||||
"category": "success",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user