diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/user/signin.tmpl | 1 | ||||
-rw-r--r-- | templates/user/signup.tmpl | 3 |
3 files changed, 2 insertions, 4 deletions
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" .}} <div id="sign-wrapper"> <form class="form-align form panel sign-panel sign-form container panel-radius" id="sign-up-form" action="/user/login" method="post"> - {{.CsrfTokenHtml}} <div class="panel-header"> <h2>{{.i18n.Tr "sign_in"}}</h2> </div> 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" .}} <div id="sign-wrapper"> <form class="form-align form panel panel-radius sign-panel sign-form container" id="sign-up-form" action="/user/sign_up" method="post"> - {{.CsrfTokenHtml}} <div class="panel-header"> <h2>{{.i18n.Tr "sign_up"}}</h2> </div> @@ -29,7 +28,7 @@ </p> <p class="field"> <label></label> - {{CreateCaptcha}} + {{.Captcha.CreateHtml}} </p> <p class="field"> <label class="req" for="captcha">{{.i18n.Tr "captcha"}}</label> |