Current prod version

This commit is contained in:
PV Tejas 2026-02-07 17:01:34 +05:30
parent f52d98333e
commit 34c5300608
7 changed files with 32 additions and 11 deletions

View file

@ -11,6 +11,9 @@
value="{{ request.form['title'] or post['title'] }}" required>
<label for="body">Body</label>
<textarea name="body" id="body">{{ request.form['body'] or post['body'] }}</textarea>
<label for="created">Created</label>
<input name="created" id="created"
value="{{ request.form['created'] or post['created'] }}" required>
<input type="submit" value="Save">
</form>
<hr>