You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
352 B
13 lines
352 B
{% extends "portal_base.html" %} |
|
|
|
{% block title %}Portal Handoff Error{% endblock %} |
|
|
|
{% block content %} |
|
<div class="card"> |
|
<h1>Portal handoff failed</h1> |
|
<p class="muted">{{ message }}</p> |
|
<div class="warn" style="margin-top:16px;"> |
|
Please return to the OTB Billing portal and try launching OTB Cloud again. |
|
</div> |
|
</div> |
|
{% endblock %}
|
|
|