aboutsummaryrefslogtreecommitdiffstats
path: root/templates/org
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-27 23:14:33 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-27 23:14:33 -0400
commitee9b7f322ff4c4c14952c2f83fb03e90fa583cad (patch)
tree1a55ce6029ca82add9a137db3771ad7d5d4fa55e /templates/org
parent57ac15aa20a24583cf0799fd46d2c36816d28692 (diff)
downloadgitea-ee9b7f322ff4c4c14952c2f83fb03e90fa583cad.tar.gz
gitea-ee9b7f322ff4c4c14952c2f83fb03e90fa583cad.zip
Clean code
Diffstat (limited to 'templates/org')
-rw-r--r--templates/org/settings.tmpl9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/org/settings.tmpl b/templates/org/settings.tmpl
index e19c027d44..fd0d6a1c14 100644
--- a/templates/org/settings.tmpl
+++ b/templates/org/settings.tmpl
@@ -98,11 +98,9 @@
<div class="modal fade" id="delete-org-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<div class="modal-dialog">
- <form action="/{{.Owner.Name}}/{{.Repository.Name}}/settings" method="post"
+ <form action="/org/{{.Org.Name}}/settings/delete" method="post"
class="modal-content">
{{.CsrfTokenHtml}}
- <input type="hidden" name="action" value="delete">
-
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">&times;</button>
@@ -111,9 +109,8 @@
<div class="modal-body">
<div class="form-group">
- <label>Please enter your organization name "<strong class="text-danger">{{.Repository.Name}}</strong>"</label>
- <input name="organization" class="form-control" type="text"
- placeholder="Type your organization name" required="required">
+ <label>Make sure your are owner of this organization. Please enter your password.<strong class="text-danger">*</strong></label>
+ <input name="password" class="form-control" type="password" placeholder="Type your account password" required="required">
</div>
</div>