fixed invoice order, fixed modal css issue
This commit is contained in:
parent
8a4a2ff941
commit
f1ce985cff
2 changed files with 6 additions and 2 deletions
|
@ -83,8 +83,8 @@
|
||||||
<p class="inner">
|
<p class="inner">
|
||||||
<input type="hidden" name="start_date" value="{{order.booking.start_date}}">
|
<input type="hidden" name="start_date" value="{{order.booking.start_date}}">
|
||||||
<!-- <a class="" href="{% url 'digitalglarus:booking_orders_list' %}" data-toggle="modal" data-target="#cancel-booking-modal">Cancel booking</a> -->
|
<!-- <a class="" href="{% url 'digitalglarus:booking_orders_list' %}" data-toggle="modal" data-target="#cancel-booking-modal">Cancel booking</a> -->
|
||||||
<a class="btn btn-primary btn-blue" href="{% url 'digitalglarus:booking_orders_list' %}">Go to my page</a>
|
<a class="btn btn-primary btn-blue hidden-print" href="{% url 'digitalglarus:booking_orders_list' %}">Go to my page</a>
|
||||||
<button type="button" class="btn btn-primary btn-grey" data-toggle="modal" data-target="#cancel-booking-modal">Cancel booking</button>
|
<button type="button" class="btn btn-primary btn-grey hidden-print" data-toggle="modal" data-target="#cancel-booking-modal">Cancel booking</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="modal fade bs-example-modal-sm" id="cancel-booking-modal" tabindex="-1" role="dialog">
|
<div class="modal fade bs-example-modal-sm" id="cancel-booking-modal" tabindex="-1" role="dialog">
|
||||||
|
|
|
@ -22,6 +22,10 @@
|
||||||
.order-bottom-text a{
|
.order-bottom-text a{
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cancel-subscription-modal .modal-header {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<section id="price">
|
<section id="price">
|
||||||
|
|
Loading…
Reference in a new issue