aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/create.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r--templates/repo/create.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index 87cc9b1a..176a781a 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -50,6 +50,13 @@
{{end}}
</div>
</div>
+ <div class="inline field">
+ <label></label>
+ <div class="ui checkbox">
+ <input name="unlisted" type="checkbox">
+ <label>{{.i18n.Tr "repo.unlisted_helper" | Safe}}</label>
+ </div>
+ </div>
<div class="inline field {{if .Err_Description}}error{{end}}">
<label for="description">{{.i18n.Tr "repo.repo_desc"}}</label>
<textarea class="autosize" id="description" name="description" rows="3">{{.description}}</textarea>