8 lines
174 B
HTML
8 lines
174 B
HTML
|
{% 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 %}
|