summaryrefslogtreecommitdiffstats
path: root/core/views/uploads.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-31 20:28:39 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-31 20:28:39 +0000
commit3c7661836c5c34edf1548e4470c28765d3eec71c (patch)
tree0d66e4c051bc2c4d28fecfd2280f486f6110d9ee /core/views/uploads.py
parent1f5b56a5931666b1a6627a2ae83d3f846badbaf9 (diff)
downloadtroggle-3c7661836c5c34edf1548e4470c28765d3eec71c.tar.gz
troggle-3c7661836c5c34edf1548e4470c28765d3eec71c.tar.bz2
troggle-3c7661836c5c34edf1548e4470c28765d3eec71c.zip
New wallet goes to next available slot now
Diffstat (limited to 'core/views/uploads.py')
-rw-r--r--core/views/uploads.py2
1 files changed, 1 insertions, 1 deletions
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