proxstar/proxstar/templates/403.html
2018-03-07 01:49:42 -05:00

8 lines
154 B
HTML

{% extends "base.html" %}
{% block body %}
<div class="container text-center">
<h1>You aren't allowed to view this page!</h1>
</div>
{% endblock %}