Browse Source

Merge pull request 'fix-2151 创建项目默认不勾选' (#2267) from fix-2151 into V20220616

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2267
Reviewed-by: liuzx <liuzx@pcl.ac.cn>
pull/2273/head
liuzx 3 years ago
parent
commit
3cb11d44fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/create.tmpl

+ 1
- 1
templates/repo/create.tmpl View File

@@ -152,7 +152,7 @@
</div>
<div class="inline field">
<div class="ui checkbox" id="auto-init">
<input class="hidden" name="auto_agree" type="checkbox" checked="checked">
<input class="hidden" name="auto_agree" type="checkbox">
<label
style="width: 76%;text-align: justify;line-height: 1.5;">{{.i18n.Tr "repo.use_repo_agreement"}}
<a href="/home/term/">{{.i18n.Tr "repo.openi_use_agreement"}}</a></label>


Loading…
Cancel
Save