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.
15 lines
438 B
15 lines
438 B
{% extends "portal_base.html" %} |
|
|
|
{% block title %}Portal Login Required{% endblock %} |
|
|
|
{% block content %} |
|
<div class="card"> |
|
<h1>Portal login required</h1> |
|
<p class="muted"> |
|
OTB Cloud is available only through a signed handoff from the OTB Billing portal. |
|
</p> |
|
<div class="warn" style="margin-top:16px;"> |
|
Please return to the OTB Billing portal and open OTB Cloud from your Services page. |
|
</div> |
|
</div> |
|
{% endblock %}
|
|
|