otb-cloud secure encrypted backups
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.
|
{% extends "portal_base.html" %} |
|
|
|
{% block title %}Handoff Error{% endblock %} |
|
|
|
{% block content %} |
|
<div class="card"> |
|
<h1>Portal handoff failed</h1> |
|
<p class="muted">{{ message }}</p> |
|
</div> |
|
{% endblock %}
|
|
|