This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
blarg/resources/views/unauthorized.html

12 lines
174 B
HTML
Raw Normal View History

{% extends "base.html" %}
2013-06-07 19:16:33 -04:00
{% block content %}
<div class="page-header">
<h2>Unauthorized</h2>
</div>
<p>You are not authorized to view that resource.</p>
{% endblock %}