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.
26 lines
854 B
26 lines
854 B
{% extends "portal_base.html" %} |
|
|
|
{% block title %}Portal Handoff Error - OTB Cloud{% endblock %} |
|
|
|
{% block portal_content %} |
|
<div class="portal-page-header"> |
|
<div> |
|
<h1 class="portal-page-title">Portal handoff failed</h1> |
|
<p class="portal-page-subtitle"> |
|
OTB Cloud could not validate the portal launch request. |
|
</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;">{{ message }}</p> |
|
<div class="portal-inline-actions"> |
|
<a class="portal-btn primary" href="https://otb-billing.outsidethebox.top/portal/services">Return to Services</a> |
|
<a class="portal-btn" href="https://otb-billing.outsidethebox.top/portal">Portal Home</a> |
|
</div> |
|
</div> |
|
</article> |
|
</section> |
|
{% endblock %}
|
|
|