{% extends "propmgr/base.html" %} {% load adminmedia %} {% block content %}

Attach File

{{ form.file.html_error_list }} {{ form.file_file.html_error_list }} {{ form.file_file }}

Once uploaded, the filename may be slightly different due to name collisions.

{{ form.file }}
{{ form.comment.html_error_list }} {{ form.comment }}

Cancel

{% endblock %}