Implemented hub

This commit is contained in:
2024-02-24 15:31:33 +01:00
parent 6f02852212
commit 8dae3ca21e
4 changed files with 38 additions and 13 deletions

View File

@ -4,7 +4,7 @@
<input name="editor-title" placeholder="Titel" type="text" />
<textarea name="editor-desc" placeholder="Beschreibung"></textarea>
<textarea name="editor-text" placeholder="Artikel"></textarea>
<input type="submit" value="Senden" hx-post="/finished-edit/" hx-target="#page-content" />
<input type="submit" value="Senden" hx-post="/finish-edit/" hx-target="#page-content" />
</form>
{{end}}