cleaned up some code

This commit is contained in:
2025-11-28 16:57:19 +00:00
parent 651b57be85
commit 1655feaf39

View File

@@ -51,7 +51,7 @@
<div id="right"> <div id="right">
<form action="http://localhost:5000/savenotes" method="post"> <form action="http://localhost:5000/savenotes" method="post">
<input for="path" name="path" type="hidden" value="{{ path }}" style="display: hidden;"></input> <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> </br>
<input class="save" type="submit" value="Save"></input> <input class="save" type="submit" value="Save"></input>
</form> </form>