Files @ 6fe5a626d13d
Branch filter:

Location: conntrackt/conntrackt/templates/403.html

branko
CONNT-34: Rewrote current_url_equals implementation:

- Implemented tests.
- Simplified implementation.
- Added proper support for passing-in arguments to the view being
checked.
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 %}