mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
8 lines
154 B
HTML
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 %}
|