mirror of
https://github.com/jointakahe/takahe.git
synced 2025-01-08 21:25:25 +00:00
Add a 403 error page (#63)
This commit is contained in:
parent
8e9e3ecf69
commit
a5819fa64a
1 changed files with 6 additions and 0 deletions
6
templates/403.html
Normal file
6
templates/403.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Permission Denied</h1>
|
||||
<p>I'm Sorry. I'm afraid I can't do that.</p>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue