From ae0e116d90cc9b2e7e268e497a7838bc756e2087 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 14 Oct 2025 11:50:58 -0700 Subject: Revert "Remove CSRF tokens" This reverts commit 21d7462b057838eb173145d79d2b9fd6c71e8053. This was a great idea, but tanjiro is still on Go 1.24 --- templates/login.html.template | 1 + templates/note.html.template | 1 + 2 files changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/login.html.template b/templates/login.html.template index 0cf3469..f08caf7 100644 --- a/templates/login.html.template +++ b/templates/login.html.template @@ -5,6 +5,7 @@

Incorrect password

{{end}}
+
diff --git a/templates/note.html.template b/templates/note.html.template index 19da416..07c2d8e 100644 --- a/templates/note.html.template +++ b/templates/note.html.template @@ -6,6 +6,7 @@ {{end}}
+
{{block "saveIndicator" ""}} {{.}} -- cgit v1.3.1