10 lines
298 B
HTML
10 lines
298 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}403 Forbidden{% endblock title %}
|
|
|
|
{% block content %}
|
|
<p>Sorry, you do not have permission to take that action. Please contact
|
|
support with the page with the link you clicked to get here if you believe
|
|
this is in error.</p>
|
|
{% endblock content %}
|