diff --git a/templates/admin/user/sessions.tmpl b/templates/admin/user/sessions.tmpl index f15a8bf3df..75d3e197c3 100644 --- a/templates/admin/user/sessions.tmpl +++ b/templates/admin/user/sessions.tmpl @@ -6,7 +6,6 @@
{{if gt .ActiveCount 0}}
- {{.CsrfTokenHtml}}
{{end}} @@ -48,7 +47,6 @@ {{if not .LogoutUnix}}
- {{$.CsrfTokenHtml}}
diff --git a/templates/user/settings/security/sessions.tmpl b/templates/user/settings/security/sessions.tmpl index d4e67f3c2d..8784d9acf4 100644 --- a/templates/user/settings/security/sessions.tmpl +++ b/templates/user/settings/security/sessions.tmpl @@ -6,7 +6,6 @@ {{if gt .OtherActiveCount 0}}
- {{.CsrfTokenHtml}}
@@ -49,7 +48,6 @@ {{if and (not .LogoutUnix) (ne .ID $.CurrentSessionID)}}
- {{$.CsrfTokenHtml}}