diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-02-18 19:59:12 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-02-18 19:59:12 +0200 |
commit | cc06e2e1f4bdfbf354d79055595980a1bdef495c (patch) | |
tree | 67c5bfc0356ce571a318ddc8a8a9b60300863b26 /core/views/logbook_edit.py | |
parent | 95190324fbbf9e0a5ce3e324119c1d59eee99951 (diff) | |
download | troggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.tar.gz troggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.tar.bz2 troggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.zip |
Attempt at append_slash, and backtrack.
Diffstat (limited to 'core/views/logbook_edit.py')
-rw-r--r-- | core/views/logbook_edit.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/views/logbook_edit.py b/core/views/logbook_edit.py index a5c194f..198cc38 100644 --- a/core/views/logbook_edit.py +++ b/core/views/logbook_edit.py @@ -393,7 +393,6 @@ def logbookedit(request, year=None, slug=None): text = lbe.text
rows = max(5,len(text)/50)
- print("IDENT",identified_login, who_are_you)
return render(
request,
"logbookform.html",
|