evorepo/templates/403.html
Thayer Williams dd9f1e3e91 Updated error page semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00

10 lines
222 B
HTML

{% 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 %}