Fixed notes on read page

This commit is contained in:
2025-11-28 16:52:52 +00:00
parent 18cc9d328d
commit 651b57be85
4 changed files with 70 additions and 5 deletions

View File

@@ -33,11 +33,13 @@
}
</style>
<a href="http://localhost:5000/">Home (No save)</a>
<div>
<form action="http://localhost:5000/savenotes" method="post">
<input for="path" name="path" type="hidden" value="{{ path }}" style="display: hidden;"></input>
<textarea for="notes" name="notes", style="">{{ notes }}</textarea>
<textarea for="notes" name="notes">{{ notes }}</textarea>
</br>
<input class="save" type="submit" value="Save"></input>
</form>
</div>
</body>
</html>