mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-07 07:59:46 +00:00
6 lines
143 B
HTML
6 lines
143 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Permission Denied</h1>
|
|
<p>I'm Sorry. I'm afraid I can't do that.</p>
|
|
{% endblock %}
|