Skip to content

Commit

Permalink
Updated the cro links (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Dec 20, 2023
1 parent cd0d912 commit e90ae8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud_governance/common/mails/mail_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def cro_monitor_alert_message(self, days: int, user: str, ticket_id: str):
</div>
<div>
<p>You project budget request ( TicketId: {ticket_id} ) will be expired in {days} days.</p>
<p>You can extend the project duration in the following url {self.__portal} or terminate the instances</p>
<p>You can extend the project duration in the following url {self.__portal}/extend_duration or terminate the instances</p>
<p>Visit the <a href="{self.__portal}">wiki page</a> to get more information</p>
</div>
{self.FOOTER}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ul>
<p>If you want to keep using this allocation, please extend the budget:</p>
<ul>
<li>Click <a href="{{portal}}/extend/budget">here</a> to open Budget extend page</li>
<li>Click <a href="{{portal}}/extend_budget">here</a> to open Budget extend page</li>
<li>Fill the details, and select the TicketId: {{ ticket_id }}</li>
<li>Enter the amount and description of the why you need extension.</li>
<li>Then click on submit</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ul>
<p>If you want to keep using this allocation, please extend the budget:</p>
<ul>
<li>Click <a href="{{portal}}/extend/budget">here</a> to open Budget extend page</li>
<li>Click <a href="{{portal}}/extend_budget">here</a> to open Budget extend page</li>
<li>Fill the details, and select the TicketId: {{ ticket_id }}</li>
<li>Enter the amount and description of the why you need extension.</li>
<li>Then click on submit</li>
Expand Down

0 comments on commit e90ae8c

Please sign in to comment.