mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-10 18:39:36 -06:00
10 lines
231 B
HTML
10 lines
231 B
HTML
{% extends '40x.html' %}
|
|
|
|
{% block title %}Access Denied{% endblock %}
|
|
|
|
{% block icon %}<i class="glyphicon glyphicon-lock"></i>{% endblock %}
|
|
|
|
{% block message %}
|
|
You do not have permission to access this page.
|
|
{% endblock %}
|