From 2bb6ba8e1d52421880b7c155563a75a23c79e5b7 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 16 Jan 2021 09:29:35 +0000 Subject: Add reset button --- templates/postform.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/postform.tmpl') diff --git a/templates/postform.tmpl b/templates/postform.tmpl index b38cb9d..f00c300 100644 --- a/templates/postform.tmpl +++ b/templates/postform.tmpl @@ -43,6 +43,7 @@ + {{end}} -- cgit v1.2.3 From f4620a8c69a71a4e99ed4e51346ec630f7c3aee2 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 17 Jan 2021 05:44:07 +0000 Subject: Make redirection work without Referer header --- templates/postform.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/postform.tmpl') diff --git a/templates/postform.tmpl b/templates/postform.tmpl index f00c300..b81126c 100644 --- a/templates/postform.tmpl +++ b/templates/postform.tmpl @@ -1,6 +1,7 @@ {{with .Data}}
+ {{if .ReplyContext}} -- cgit v1.2.3