cleaned up some code
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<div id="right">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user