Browse Source

Merge branch 'fix-1494' of https://git.openi.org.cn/OpenI/aiforge into fix-1494

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

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

@@ -108,7 +108,7 @@
</h4>
{{if not .SignedUser.IsBindWechat}}
<div class="ui attached segment">
<a href="/authentication/wechat/bind?redirect_to = /user/settings" class="ui green button">绑定微信</a>
<a href="/authentication/wechat/bind?redirect_to=/user/settings" class="ui green button">绑定微信</a>
</div>
{{else}}
<div class="ui attached segment">


Loading…
Cancel
Save