Files @ c8d79d2d0e3e
Branch filter:

Location: conntrackt/conntrackt/templates/403.html

branko
CONNT-25: Updated change_list.html admin template:

- Enclose the object-tools-items block content with a permission
check, same as in current version of Django Admin (1.11.x).
- URL generation has _not_ been brought up to date.
1
2
3
4
5
6
7
8
{% extends "conntrackt/base.html" %}

{% block content %}
<h1>Access denied</h1>

<div class="alert alert-error">You have insufficient privileges to access this resource. Please contact your local system administrator if you believe you should have been granted access.</div>

{% endblock content %}