From 159638084e167047b86fd65382f50cd099d4eb48 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 24 May 2022 17:27:03 -0600 Subject: Fix CSRF loading on static GET pages --- srv/src/http/tpl/edit-post.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srv/src/http/tpl/edit-post.html') diff --git a/srv/src/http/tpl/edit-post.html b/srv/src/http/tpl/edit-post.html index 114369a..48af882 100644 --- a/srv/src/http/tpl/edit-post.html +++ b/srv/src/http/tpl/edit-post.html @@ -99,6 +99,8 @@ + {{ template "load-csrf.html" . }} + {{ end }} {{ template "base.html" . }} -- cgit v1.2.3