Readmode, not accidental suppressions anymore

This commit is contained in:
justine
2022-03-19 12:48:54 +01:00
parent 5ef2f5fc55
commit 1f288bd583
7 changed files with 79 additions and 9 deletions

View File

@ -9,9 +9,10 @@
<h1 class="pagetitle">$ ~/sqnotes</h1>
<div class="div1">
<form action="." method="POST">
<form action="{{ url_for('edit') }}" method="POST">
<textarea type="text" name="title" class="title">{{ ntitle }}</textarea><br>
<textarea type="text" name="text" cols = "60*" class="text">{{ ntext }}</textarea><br>
<input type="hidden" name="notenumber" value="{{ notenumber }}" />
<button type="submit" name="submit">OK</button>
<div class="notetime">Note : you can drag the textbox to make it bigger.</div>
</form>