quadfile/templates/error.html

8 lines
174 B
HTML
Raw Normal View History

2015-12-24 11:03:16 +00:00
{% 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 %}