{% extends 'core/base.html' %} {% block title %}{{ title }} - {{ org.name }} | Killian{% endblock %} {% block content %}

{{ title }}

Upload an existing file and Killian will create a Document record for it automatically. {% if current_folder %}It will be created inside {{ current_folder.name }}.{% endif %}

Back
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.file }} {{ form.file.errors }} {% if form.file.help_text %} {{ form.file.help_text }} {% endif %}
Cancel
{% endblock %}