Browse Source

[GinR] Allow None license on repo create

cgars 7 năm trước cách đây
mục cha
commit
1ab811ffe6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      templates/repo/create.tmpl

+ 1 - 0
templates/repo/create.tmpl

@@ -85,6 +85,7 @@
 								{{range .Licenses}}
 								<div class="item" data-value="{{.}}">{{.}}</div>
 								{{end}}
+								<div class="item" data-value="">None</div>
 							</div>
 						</div>
 					</div>