File diff 2423d806af36 → 2755f34f36d7
conntrackt/templates/403.html
Show inline comments
 
new file 100644
 
{% extends "conntrackt/template.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 %}