summaryrefslogtreecommitdiff
path: root/note.py
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-05-04 12:03:44 +0100
committertslil <tslil@posteo.de>2026-05-04 12:03:46 +0100
commit0bd3eecb648cd181d1b65aab64de50f951de564f (patch)
treea7734fad9f983273897498cfde2fdd166000b827 /note.py
parent0d516a3a28a90af6aba02fe612e3cd79c5d05963 (diff)
note.py: use relative path for save
Diffstat (limited to 'note.py')
-rwxr-xr-xnote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/note.py b/note.py
index 3b02a60..dc0aeea 100755
--- a/note.py
+++ b/note.py
@@ -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>