diff options
| author | tslil <tslil@posteo.de> | 2026-05-04 12:03:44 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-05-04 12:03:46 +0100 |
| commit | 0bd3eecb648cd181d1b65aab64de50f951de564f (patch) | |
| tree | a7734fad9f983273897498cfde2fdd166000b827 /note.py | |
| parent | 0d516a3a28a90af6aba02fe612e3cd79c5d05963 (diff) | |
note.py: use relative path for save
Diffstat (limited to 'note.py')
| -rwxr-xr-x | note.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ button {{ padding: 0.4em 1.2em; margin-top: 0.5em; }} </head> <body> <div class="meta">latest: {filename}</div> -<form method="POST" action="/save"> +<form method="POST" action="save"> <textarea name="text" spellcheck="true">{bottle.html_escape(content)}</textarea> <br><button>save</button> </form> |
