diff --git a/templates/org/create.tmpl b/templates/org/create.tmpl index 2f19fd817f..7934d5b722 100644 --- a/templates/org/create.tmpl +++ b/templates/org/create.tmpl @@ -1,54 +1,52 @@ {{template "base/head" .}}
-
-
- {{template "base/alert" .}} -

- {{ctx.Locale.Tr "new_org"}} -

-
-
- {{.CsrfTokenHtml}} -
- - - {{ctx.Locale.Tr "org.org_name_helper"}} -
+
+ {{template "base/alert" .}} +

+ {{ctx.Locale.Tr "new_org"}} +

+
+ + {{.CsrfTokenHtml}} +
+ + + {{ctx.Locale.Tr "org.org_name_helper"}} +
-
- -
-
- - -
-
- - -
-
- - -
+
+ +
+
+ + +
+
+ + +
+
+ +
+
-
- -
- - -
+
+ +
+ +
+
-
- - -
- -
+
+ + +
+
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 36283b35e0..ad308c857c 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -1,224 +1,222 @@ {{template "base/head" .}}
-
-
-

- {{ctx.Locale.Tr "new_repo"}} -

-
- {{template "base/alert" .}} - {{template "repo/create_helper" .}} +
+

+ {{ctx.Locale.Tr "new_repo"}} +

+
+ {{template "base/alert" .}} + {{template "repo/create_helper" .}} - {{if not .CanCreateRepo}} -
-

{{ctx.Locale.TrN .MaxCreationLimit "repo.form.reach_limit_of_creation_1" "repo.form.reach_limit_of_creation_n" .MaxCreationLimit}}

-
- {{end}} -
- {{.CsrfTokenHtml}} -
- -