5 lines
113 B
HTML
5 lines
113 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
You do not have permission to access this page!
|
||
|
{% endblock %}
|