blob: 6b5fc084642754b22e665df758b486985e0233a2 (
plain)
1
2
3
4
5
6
7
8
9
|
{% 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 %}
|