manage_uploads.html
This commit is contained in:
parent
62653d106b
commit
46ade7956f
10
templates/manage_uploads.html
Normal file
10
templates/manage_uploads.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user