evorepo/templates/403.html

10 lines
177 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<div class="box">
<h2>403 - Access Forbidden</h2>
Sorry, the page you've requested is not available.
</div>
{% endblock %}