Browse Source

[GinR] Allow None license on repo create

cgars 7 years ago
parent
commit
1ab811ffe6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      templates/repo/create.tmpl

+ 1 - 0
templates/repo/create.tmpl

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