From a0fe0024f26c3940a5627fe168d5f6b185e510d1 Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Sat, 30 Mar 2024 09:56:22 +0100 Subject: [PATCH] Allow uploading pictures when editing once rejected articles --- web/templates/rework-article.html | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/web/templates/rework-article.html b/web/templates/rework-article.html index 4fd880a..eee17ca 100644 --- a/web/templates/rework-article.html +++ b/web/templates/rework-article.html @@ -18,8 +18,42 @@ {{end}} +
+ +
+ + + +{{end}} + +{{define "editor-images"}} +{{if gt (len .) 0}} +
+ {{.}} + +
+{{end}} {{end}}