This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
注册表单提示错误后保留同意协议状态
pull/2447/head
chenshihai
3 years ago
parent
2f053cd9e1
commit
054e885725
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/user/auth/signup_inner.tmpl
+ 1
- 1
templates/user/auth/signup_inner.tmpl
View File
@@ -73,7 +73,7 @@
{{end}}
<div class="field">
<div class="ui checkbox">
<input name="agree" type="checkbox" tabindex="0" class="hidden"><label>{{.i18n.Tr "use_and_privacy_agree" "/home/term" "/home/privacy" | Safe}}</label>
<input name="agree" type="checkbox" tabindex="0" class="hidden"
{{if .agree}}checked{{end}}
><label>{{.i18n.Tr "use_and_privacy_agree" "/home/term" "/home/privacy" | Safe}}</label>
</div>
</div>
<div class="ui hidden divider"></div>
Write
Preview
Loading…
Cancel
Save