Fixed a bug with pkgmaint page
[archweb_dev-nj.git] / templates / 403.html
blobc853fef146dc27300c64d9f2cb172461bf7e414f
1 {% extends "base.html" %}
3 {% block content %}
4 <div class="box">
5 <h2>403 - Access Forbidden</h2>
6 Sorry, the page you've requested is not available.
7 </div>
8 {% endblock %}