{% extends "base.htm" %} {% block title %}NanoShare - Edit file{% endblock %} {% block meta %} {% endblock %} {% block head %} {% endblock %} {% block content %}

Edit file

Update filename, note and expiration date.

URL {{ share_url }}
File ID {{ file.file_id }}
Uploaded at
File size {{ file.file_size }}
View info Back to files

Danger zone

Deleting a file is permanent and cannot be undone.

{% endblock %}