From 3c7661836c5c34edf1548e4470c28765d3eec71c Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 31 Jan 2023 20:28:39 +0000 Subject: New wallet goes to next available slot now --- core/views/uploads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/uploads.py') diff --git a/core/views/uploads.py b/core/views/uploads.py index 3dc14d6..21a6844 100644 --- a/core/views/uploads.py +++ b/core/views/uploads.py @@ -22,7 +22,7 @@ from .auth import login_required_if_public todo = """ - Register uploaded filenames in the Django db without needing to wait for a reset & bulk file import -- Need to validate uploaded file as being a valid image file, not a dubious script or hack +- Need to validate uploaded file as being a valid file type, not a dubious script or hack - Write equivalent GPX upload form system, similar to walletedit() but in expofiles/gpslogs/ Need to validate it as being a valid GPX file using an XML parser, not a dubious script or hack -- cgit v1.2.3