Added article list for written but non-published articles

This commit is contained in:
2024-02-27 14:10:27 +01:00
parent 48d4d482b2
commit 935d0a1ca4
6 changed files with 162 additions and 60 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="/finish-edit/" hx-target="#page-content" />
<input type="submit" value="Senden" hx-post="/finish-article/" hx-target="#page-content" />
</form>
{{end}}