evorepo/templates/403.html

10 lines
222 B
HTML
Raw Normal View History

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