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.
16 lines
487 B
16 lines
487 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 does not allow direct unauthenticated access. |
|
This app is intended to be reached through the OTB Billing portal handoff. |
|
</p> |
|
<div class="warn" style="margin-top:16px;"> |
|
Current status: direct local scaffold only. Real portal handoff wiring is next. |
|
</div> |
|
</div> |
|
{% endblock %}
|
|
|