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
more fix on
#1553
master
Unknwon
9 years ago
parent
7714e792a4
commit
50dbc2732b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/admin/user/new.tmpl
+ 1
- 1
templates/admin/user/new.tmpl
View File
@@ -19,7 +19,7 @@
<select id="login-type" name="logintype">
<option value="0-0">{{.i18n.Tr "admin.users.local"}}</option>
{{range $key, $val := .LoginSources}}
<option value="{{$val.Type}}-{{$val.I
d
}}">{{$val.Name}}</option>
<option value="{{$val.Type}}-{{$val.I
D
}}">{{$val.Name}}</option>
{{end}}
</select>
</div>
Write
Preview
Loading…
Cancel
Save