From 7bbf644dd5eaca77c3e8df57419180486bda0fc2 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 31 Jul 2014 17:25:34 -0400 Subject: Convert captcha, cache, csrf as middlewares --- templates/.VERSION | 2 +- templates/user/signin.tmpl | 1 - templates/user/signup.tmpl | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/.VERSION b/templates/.VERSION index df759388..82b0c22e 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.4.7.0730 Alpha \ No newline at end of file +0.4.7.0731 Alpha \ No newline at end of file diff --git a/templates/user/signin.tmpl b/templates/user/signin.tmpl index a66dd285..8b67dbd8 100644 --- a/templates/user/signin.tmpl +++ b/templates/user/signin.tmpl @@ -2,7 +2,6 @@ {{template "ng/base/header" .}}
- {{.CsrfTokenHtml}}

{{.i18n.Tr "sign_in"}}

diff --git a/templates/user/signup.tmpl b/templates/user/signup.tmpl index 5b52850c..72331495 100644 --- a/templates/user/signup.tmpl +++ b/templates/user/signup.tmpl @@ -2,7 +2,6 @@ {{template "ng/base/header" .}}
- {{.CsrfTokenHtml}}

{{.i18n.Tr "sign_up"}}

@@ -29,7 +28,7 @@

- {{CreateCaptcha}} + {{.Captcha.CreateHtml}}

-- cgit v1.2.3