1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Clean code

This commit is contained in:
Unknown
2014-06-27 23:14:33 -04:00
parent 57ac15aa20
commit ee9b7f322f
3 changed files with 5 additions and 8 deletions

View File

@@ -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>