diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/create.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 69f2abb687..c71c3ab5a6 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -88,6 +88,17 @@ <label>{{.i18n.Tr "repo.template.topics"}}</label> </div> </div> + <div class="inline field"> + <label></label> + <div class="ui checkbox"> + <input class="hidden" name="avatar" type="checkbox" tabindex="0" {{if .avatar}}checked{{end}}> + <label>{{.i18n.Tr "repo.template.avatar"}}</label> + </div> + <div class="ui checkbox"> + <input class="hidden" name="labels" type="checkbox" tabindex="0" {{if .labels}}checked{{end}}> + <label>{{.i18n.Tr "repo.template.issue_labels"}}</label> + </div> + </div> </div> <div id="non_template"> |