Added description and a way to save and restore the RSS feed.

This commit is contained in:
2024-02-18 14:01:06 +01:00
parent ee04a2a351
commit c5623fe4fd
4 changed files with 46 additions and 10 deletions

View File

@ -1,6 +1,7 @@
{{define "page-content"}}
<form>
<input type="text" name="editor-title" value="Titel">
<textarea name="editor-desc"></textarea>
<textarea name="editor-text"></textarea>
<input type="submit" value="Senden" hx-post="/finished-edit/" hx-target="#page-content">
</form>