Add first error page

This commit is contained in:
Dominik V. Salonen 2015-12-24 12:03:16 +01:00
parent f3ee81296c
commit d61eb2c257
1 changed files with 7 additions and 0 deletions

7
templates/error.html Normal file
View File

@ -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 %}