Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
honglei5181 committed May 6, 2016
1 parent 2b06490 commit 23975c6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion templates/account/manage_business.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ <h4 class="modal-title" id="exampleModalLabel">Add business line</h4>
<div class="modal-body">
<form class="form-horizontal" id="add_data" method="post" action="/account/add_business/">
<fieldset>
<legend>Add</legend>
<div class="form-group">
<label for="name" class="col-sm-3 control-label">Business Name</label>
<div class="col-sm-9">
Expand Down
1 change: 0 additions & 1 deletion templates/account/manage_privilege.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ <h4 class="modal-title" id="exampleModalLabel">Add privilege </h4>
<div class="modal-body">
<form class="form-horizontal" id="add_data" method="post" action="/account/add_privilege/">
<fieldset>
<legend>Add</legend>
<div class="form-group">
<label for="name" class="col-sm-3 control-label">Privilege Name</label>
<div class="col-sm-9">
Expand Down
1 change: 0 additions & 1 deletion templates/account/manage_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ <h4 class="modal-title" id="exampleModalLabel">Add Host</h4>
<div class="modal-body">
<form class="form-horizontal" id="add_data" method="post" action="/account/add_user/">
<fieldset>
<legend>Add</legend>
<div class="form-group">
<label for="name" class="col-sm-3 control-label">user Name</label>
<div class="col-sm-9">
Expand Down
1 change: 0 additions & 1 deletion templates/groups/manage_group.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ <h4 class="modal-title" id="exampleModalLabel">Add Group</h4>
<div class="modal-body">
<form class="form-horizontal" id="add_data" method="post" action="/groups/add_group/">
<fieldset>
<legend>Add</legend>
<div class="form-group">
<label for="name" class="col-sm-3 control-label">Group Name</label>
<div class="col-sm-9">
Expand Down
1 change: 0 additions & 1 deletion templates/groups/manage_host.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ <h4 class="modal-title" id="exampleModalLabel">Add Host</h4>
<div class="modal-body">
<form class="form-horizontal" id="add_data" method="post" action="/groups/add_host/">
<fieldset>
<legend>Add</legend>
<div class="form-group">
<label for="name" class="col-sm-3 control-label">Host Name</label>
<div class="col-sm-9">
Expand Down

0 comments on commit 23975c6

Please sign in to comment.