aboutsummaryrefslogtreecommitdiffstats
path: root/templates/org
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-15 19:07:21 +0800
committerUnknwon <u@gogs.io>2015-08-15 19:07:21 +0800
commit2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8 (patch)
tree896e691d498ddd1c740b5df2f8241c828d14813e /templates/org
parentc8bb475abb1c661930ca7c835405d7d62f9b154d (diff)
downloadgitea-2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8.tar.gz
gitea-2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8.zip
comletely remove v1 UI files of Gogs
Diffstat (limited to 'templates/org')
-rw-r--r--templates/org/new.tmpl32
1 files changed, 0 insertions, 32 deletions
diff --git a/templates/org/new.tmpl b/templates/org/new.tmpl
deleted file mode 100644
index 4e42775a49..0000000000
--- a/templates/org/new.tmpl
+++ /dev/null
@@ -1,32 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<div class="container" id="body">
- <form action="{{AppSubUrl}}/org/create" method="post" class="form-horizontal card" id="org-create">
- {{.CsrfTokenHtml}}
- <h3>Create New Organization</h3>
- {{template "base/alert" .}}
- <div class="form-group {{if .Err_OrgName}}has-error has-feedback{{end}}">
- <label class="col-md-2 control-label">Organization<strong class="text-danger">*</strong></label>
- <div class="col-md-8">
- <input name="orgname" type="text" class="form-control" placeholder="Type your organization name" value="{{.orgname}}" required="required">
- <span class="help-block">Great organization names are short and memorable. </span>
- </div>
- </div>
-
- <div class="form-group{{if .Err_Email}} has-error has-feedback{{end}}">
- <label class="col-md-2 control-label">Email<strong class="text-danger">*</strong></label>
- <div class="col-md-8">
- <input name="email" type="text" class="form-control" placeholder="Type organization's email" value="{{.email}}" required="required">
- <span class="help-block">Organization's Email receives all notifications and confirmations.</span>
- </div>
- </div>
-
- <div class="form-group">
- <div class="col-md-offset-2 col-md-8">
- <button type="submit" class="btn btn-lg btn-primary">Create An Organization</button>
- <a href="{{AppSubUrl}}/" class="text-danger">Cancel</a>
- </div>
- </div>
- </form>
-</div>
-{{template "base/footer" .}} \ No newline at end of file