From 80701d45bbe333f1bdef4673fae43df131b2222f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 6 Sep 2015 10:08:14 -0400 Subject: #1193 Make organization emails non-mandatory --- templates/org/create.tmpl | 55 +++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 28 deletions(-) (limited to 'templates/org/create.tmpl') diff --git a/templates/org/create.tmpl b/templates/org/create.tmpl index 240fb21e..debc1b6a 100644 --- a/templates/org/create.tmpl +++ b/templates/org/create.tmpl @@ -1,31 +1,30 @@ -{{template "ng/base/head" .}} -{{template "ng/base/header" .}} -
-
+{{template "base/head" .}} +
+
+
+ {{.CsrfTokenHtml}} -
-

{{.i18n.Tr "new_org"}}

+

+ {{.i18n.Tr "new_org"}} +

+
+ {{template "base/alert" .}} +
+ + + {{.i18n.Tr "org.org_name_helper"}} +
+ +
+ + + {{.i18n.Tr "cancel"}} +
-
- {{template "ng/base/alert" .}} -
- - - - {{.i18n.Tr "org.org_name_helper"}} -
-
- - - - {{.i18n.Tr "org.org_email_helper"}} -
-
- - - {{.i18n.Tr "cancel"}} -
-
- + +
+
-{{template "ng/base/footer" .}} \ No newline at end of file +{{template "base/footer" .}} \ No newline at end of file -- cgit v1.2.3