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
Registeration -> Registration
tags/v1.2.0-rc1
Bruno Bigras
11 years ago
parent
e0a6e6dd1a
commit
6227b59b1a
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/admin/auths/edit.tmpl
+1
-1
templates/admin/auths/new.tmpl
+ 1
- 1
templates/admin/auths/edit.tmpl
View File
@@ -133,7 +133,7 @@
<div class="checkbox">
<div class="checkbox">
<label>
<label>
<input name="allowautoregister" type="checkbox" {{if .Source.AllowAutoRegister}}checked{{end}}>
<input name="allowautoregister" type="checkbox" {{if .Source.AllowAutoRegister}}checked{{end}}>
<strong>Enable Auto Regist
e
ration</strong>
<strong>Enable Auto Registration</strong>
</label>
</label>
</div>
</div>
</div>
</div>
+ 1
- 1
templates/admin/auths/new.tmpl
View File
@@ -131,7 +131,7 @@
<div class="checkbox">
<div class="checkbox">
<label>
<label>
<input name="allowautoregister" type="checkbox" {{if .allowautoregister}}checked{{end}}>
<input name="allowautoregister" type="checkbox" {{if .allowautoregister}}checked{{end}}>
<strong>Enable Auto Regist
e
ration</strong>
<strong>Enable Auto Registration</strong>
</label>
</label>
</div>
</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save