Add a 403 error page (#63)
This commit is contained in:
parent
8e9e3ecf69
commit
a5819fa64a
|
@ -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 New Issue