summaryrefslogtreecommitdiffstats
path: root/templates/status_page.html
blob: 558c654477d8a504db3e715f5ec9bb0eac678abd (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block content %}
	<div class="box">
		<h4>{{ message }}</h4>
	</div>
{% endblock %}