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.
28 lines
966 B
28 lines
966 B
{% extends "portal_base.html" %} |
|
|
|
{% block title %}Portal Login Required - OTB Cloud{% endblock %} |
|
|
|
{% block portal_content %} |
|
<div class="portal-page-header"> |
|
<div> |
|
<h1 class="portal-page-title">Portal login required</h1> |
|
<p class="portal-page-subtitle"> |
|
OTB Cloud is available only through a signed handoff from the OTB Billing portal. |
|
</p> |
|
</div> |
|
</div> |
|
|
|
<section class="portal-card-grid"> |
|
<article class="portal-card" style="max-width:900px;"> |
|
<div class="portal-card-body"> |
|
<p style="margin-top:0;"> |
|
Please return to the OTB Billing portal and launch OTB Cloud from your Services page. |
|
</p> |
|
<div class="portal-inline-actions"> |
|
<a class="portal-btn primary" href="https://otb-billing.outsidethebox.top/portal/services">Go to Services</a> |
|
<a class="portal-btn" href="https://otb-billing.outsidethebox.top/portal">Go to Portal</a> |
|
</div> |
|
</div> |
|
</article> |
|
</section> |
|
{% endblock %}
|
|
|