diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/repo/create.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index f69ca6c4b0..e5ab0b331a 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.5.8.1211 Beta
\ No newline at end of file +0.5.8.1212 Beta
\ No newline at end of file diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 5d0c9b0f1d..8b60b56856 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -69,7 +69,7 @@ </div> <div class="field"> <label for="init-readme"></label> - <input class="ipt-chk" id="init-readme" name="init_readme" type="checkbox" {{if .init_readme}}checked{{end}} /> + <input class="ipt-chk" id="init-readme" name="auto_init" type="checkbox" {{if .auto_init}}checked{{end}} /> <strong>{{.i18n.Tr "repo.init_readme"}}</strong> </div> <div class="field"> |