summaryrefslogtreecommitdiffstats
path: root/templates/403.html
blob: c853fef146dc27300c64d9f2cb172461bf7e414f (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

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