summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>