{% comment %}
Template to render an upload field. The upload is handled by DropzoneJS.
{% endcomment %}
{% load i18n %}
Sorry, the upload functionality seems to be broken for the time being. Please come back later.
{# Do not show focus point edit button only for file uploads #}
{% if attrs.css_class != 'upload-file' %}
{% endif %}
O
{% comment %}
this is not loaded with sekizai, as sekizai-tags require a 'block' - this
template is included, but a block of the 'parent' template should be
written to. This is not possible:
https://docs.djangoproject.com/en/1.8/ref/templates/builtins/#include
{% endcomment %}