manage_uploads.html

This commit is contained in:
iou1name 2018-04-14 21:29:21 -04:00
parent 62653d106b
commit 46ade7956f

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Manage your uploads</title>
</head>
<body>
{% for file, date in uploads %}
{% app_url + file + "\t" + date %}
</body>
</html>