From 2c404daca612b43bd6b0b720d3e732d9550c0eab Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 6 Apr 2017 17:20:38 -0400 Subject: pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} --- templates/admin/auth/edit.tmpl | 2 +- templates/admin/auth/new.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/admin/auth') diff --git a/templates/admin/auth/edit.tmpl b/templates/admin/auth/edit.tmpl index 0879b274..b06cee8b 100644 --- a/templates/admin/auth/edit.tmpl +++ b/templates/admin/auth/edit.tmpl @@ -10,7 +10,7 @@
- {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}}
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index 1edec0cb..db59856f 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -10,7 +10,7 @@
- {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}}
-- cgit v1.2.3