Added CSRF.

This commit is contained in:
mikestefanello 2021-12-03 07:53:01 -05:00
parent 1f258ea17e
commit 60d434a922
4 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{{define "csrf"}}
<input type="hidden" name="csrf" value="{{.CSRF}}"/>
{{end}}