diff options
author | Unknwon <u@gogs.io> | 2015-09-06 10:08:14 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-06 10:08:14 -0400 |
commit | 80701d45bbe333f1bdef4673fae43df131b2222f (patch) | |
tree | 5aea48f87ac43997e3d9b60dacc2eb05877a408d /public/less/_organization.less | |
parent | aa67de910af6246a6dc9ad96c56f789e282e8403 (diff) | |
download | gitea-80701d45bbe333f1bdef4673fae43df131b2222f.tar.gz gitea-80701d45bbe333f1bdef4673fae43df131b2222f.zip |
#1193 Make organization emails non-mandatory
Diffstat (limited to 'public/less/_organization.less')
-rw-r--r-- | public/less/_organization.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_organization.less b/public/less/_organization.less index 389a4648bb..6a8c586f2c 100644 --- a/public/less/_organization.less +++ b/public/less/_organization.less @@ -14,4 +14,8 @@ } } } + + &.new.org { + #create-page-form; + } }
\ No newline at end of file |