{% extends "base.html" %} {% block body %}

File upload

You can upload a file here for free to share with others for 30 minutes.
How cool is that, eh?

Upload form

I want my file deleted:

{%- if conf.files.allow_custom_names -%}

{{ env.instanceurl }}/

{%- endif -%} {%- if conf.files.allow_pass_protection -%}
{%- endif -%}

{%- if ! conf.files.allow_uploads -%}

Error

Uploads are temporarily disabled by the administrator.

{%- else -%}

{%- endif -%}
{% endblock %}