diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2021-10-31 19:42:06 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2021-10-31 19:42:06 +0200 |
commit | 7575e8c16f57e4a99f0a21ece54f00f9a6192c7b (patch) | |
tree | 50bc5a4f9e5ede4245583aca6891e2efc3a64e6a /core/views/drawings.py | |
parent | 2869f228d4f22976c0da4b106d901fccc3b6d59b (diff) | |
download | troggle-7575e8c16f57e4a99f0a21ece54f00f9a6192c7b.tar.gz troggle-7575e8c16f57e4a99f0a21ece54f00f9a6192c7b.tar.bz2 troggle-7575e8c16f57e4a99f0a21ece54f00f9a6192c7b.zip |
fix old comments
Diffstat (limited to 'core/views/drawings.py')
-rw-r--r-- | core/views/drawings.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/views/drawings.py b/core/views/drawings.py index f86cd10..4145123 100644 --- a/core/views/drawings.py +++ b/core/views/drawings.py @@ -18,9 +18,7 @@ by looking inside the file before being served. ''' -todo='''The git stuff on upload! - -need to check if invalid query string is invalid, or produces multiple replies +todo='''Need to check if invalid query string is invalid, or produces multiple replies and render a user-friendly error page. ''' |