summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/booking_calendar.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/booking/booking_calendar.html')
-rw-r--r--dashboard/src/templates/booking/booking_calendar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/src/templates/booking/booking_calendar.html b/dashboard/src/templates/booking/booking_calendar.html
index 349cb0a..ddcb45d 100644
--- a/dashboard/src/templates/booking/booking_calendar.html
+++ b/dashboard/src/templates/booking/booking_calendar.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load staticfiles %}
-{% load bootstrap3 %}
+{% load bootstrap4 %}
{% block extrahead %}
{{ block.super }}
@@ -129,7 +129,7 @@
<div class="modal-body" id="booking_detail_content">
</div>
<div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">Close
+ <button type="button" class="btn btn-primary" data-dismiss="modal">Close
</button>
</div>
</div>