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.
20 lines
521 B
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 %}
|
|
|