CPI Ordering System (the old version)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 

20 lines
521 B

{% extends "ordr2:templates/layout.jinja2" %}
{% block subtitle %} Access Denied {% endblock subtitle %}
{% block content %}
<div class="content">
<div class="container">
<div class="row">
<div class="span12">
<hgroup id="access-denied">
<h1>Access Denied!!!</h1>
<p class="info">You do not have the permission to access this page.</p>
</hgroup>
</div>
</div>
</div>
</div>
{% endblock content %}