Fixed notes on read page
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user