Skip to content
Permalink
914ec3cbb1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (13 sloc) 486 Bytes
<style>
#uni_modal .modal-footer,#uni_modal .modal-header{
display:none
}
</style>
<div class="container-fluid">
<p>Your Request was submitted successfully. The management will contact you as soon as they sees your request. Thank you!</p>
<div class="w-100 d-flex justify-content-end mx-2">
<div class="col-auto">
<button class="btn btn-dark btn-sm rounded-0" type="button" data-dismiss="modal">Close</button>
</div>
</div>
</div>