Browse Source

#1494

update redirect
tags/v1.22.2.2^2
chenyifan01 4 years ago
parent
commit
bbb6d2b2d6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/user/settings/profile.tmpl

+ 2
- 2
templates/user/settings/profile.tmpl View File

@@ -1,7 +1,7 @@
{{template "base/head" .}}

<div class="user settings profile">
{{template "user/settings/navbar" .}}
<div class="alert" style="top: 0;"></div>
<div class="ui container">
@@ -110,7 +110,7 @@
</h4>
{{if not .SignedUser.IsBindWechat}}
<div class="ui attached segment">
<a href="/authentication/wechat/bind" class="ui green button">绑定微信</a>
<a href="/authentication/wechat/bind?redirect_to = /user/settings" class="ui green button">绑定微信</a>
</div>
{{else}}
<div>


Loading…
Cancel
Save