horizon/dashboard/templates/unavailable.html

12 lines
355 B
HTML

{% extends "dashboard/base.html" %}
{% block title %} - Service Unavailable{% endblock %}
{% block pageclass %}unavailable{% endblock %}
{% block content %}
<div id="page_head">
<h2 id="page_heading">Service Unavailable</h2>
<p id="page_description">This service is temporarily unavailable, please check back soon.</p>
</div>
{% endblock %}