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/user/settings/two_factor_enable.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user/settings/two_factor_enable.tmpl') diff --git a/templates/user/settings/two_factor_enable.tmpl b/templates/user/settings/two_factor_enable.tmpl index 1b981445..aa551aca 100644 --- a/templates/user/settings/two_factor_enable.tmpl +++ b/templates/user/settings/two_factor_enable.tmpl @@ -13,7 +13,7 @@ {{.TwoFactorSecret}}

{{.i18n.Tr "settings.two_factor_or_enter_secret"}} {{.TwoFactorSecret}}

- {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}}
{{.i18n.Tr "settings.two_factor_then_enter_passcode"}} -- cgit v1.2.3