diff --git a/templates/home.tmpl b/templates/home.tmpl index aa11f992c..3a1cca49e 100755 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -10,7 +10,11 @@

{{.page_description}}

+ {{if .IsSigned}} + {{.page_use}} + {{else}} {{.page_use}} + {{end}}
@@ -137,7 +141,14 @@ {{.page_dev_yunlao_desc3}}
{{.page_dev_yunlao_desc4}}

- {{.page_use}} {{.page_dev_yunlao_apply}} + + {{if .IsSigned}} + {{.page_use}} + {{else}} + {{.page_use}} + {{end}} + + {{.page_dev_yunlao_apply}}