summaryrefslogtreecommitdiffstats
path: root/core/views/uploads.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-02-18 19:59:12 +0200
committerPhilip Sargent <philip.sargent@gmail.com>2025-02-18 19:59:12 +0200
commitcc06e2e1f4bdfbf354d79055595980a1bdef495c (patch)
tree67c5bfc0356ce571a318ddc8a8a9b60300863b26 /core/views/uploads.py
parent95190324fbbf9e0a5ce3e324119c1d59eee99951 (diff)
downloadtroggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.tar.gz
troggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.tar.bz2
troggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.zip
Attempt at append_slash, and backtrack.
Diffstat (limited to 'core/views/uploads.py')
-rw-r--r--core/views/uploads.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py
index d65a803..12a3989 100644
--- a/core/views/uploads.py
+++ b/core/views/uploads.py
@@ -733,7 +733,6 @@ def dwgupload(request, folder=None, gitdisable="no"):
if identified_login:
# disable editing the git id string as we get it from the logged-on user data
- print(f"IDENTIFIED {identified_login}")
form.fields["who_are_you"].widget.attrs["readonly"]="readonly"
response = render(
request,