From 5d40790dcf2043d23a5a0323aaeb3dec417795d3 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 23 Sep 2025 20:38:19 -0700 Subject: Add CSRF protection --- templates/note.html.template | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/note.html.template') diff --git a/templates/note.html.template b/templates/note.html.template index 0a88fd6..fe6d073 100644 --- a/templates/note.html.template +++ b/templates/note.html.template @@ -6,6 +6,7 @@ {{end}}
+
{{block "saveIndicator" ""}} -- cgit v1.3.1