diff --git a/templates/manage_uploads.html b/templates/manage_uploads.html new file mode 100644 index 0000000..f346337 --- /dev/null +++ b/templates/manage_uploads.html @@ -0,0 +1,10 @@ + + + + Manage your uploads + + +{% for file, date in uploads %} +{% app_url + file + "\t" + date %} + +