Add first error page
This commit is contained in:
parent
f3ee81296c
commit
d61eb2c257
|
@ -0,0 +1,7 @@
|
||||||
|
{% extends "shell.html" %}
|
||||||
|
{% block body %}
|
||||||
|
<h1 class="title">
|
||||||
|
Error
|
||||||
|
</h1>
|
||||||
|
<p>Oops, we won't allow you to upload that file at the moment - Sorry</p>
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue