diff options
Diffstat (limited to 'src/templates/base/booking')
-rw-r--r-- | src/templates/base/booking/booking_table.html | 4 | ||||
-rw-r--r-- | src/templates/base/booking/quick_deploy.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/base/booking/booking_table.html b/src/templates/base/booking/booking_table.html index 9c8341c..b4a713a 100644 --- a/src/templates/base/booking/booking_table.html +++ b/src/templates/base/booking/booking_table.html @@ -2,7 +2,7 @@ <thead> -<tr> +<tr class="Anuket-Text"> <th>Owner</th> <th>Purpose</th> <th>Project</th> @@ -13,7 +13,7 @@ </thead> <tbody> {% for booking in bookings %} - <tr> + <tr class="Anuket-Text"> <td> {{ booking.owner.username }} </td> diff --git a/src/templates/base/booking/quick_deploy.html b/src/templates/base/booking/quick_deploy.html index 8c8b1df..5dc41e2 100644 --- a/src/templates/base/booking/quick_deploy.html +++ b/src/templates/base/booking/quick_deploy.html @@ -4,7 +4,7 @@ {% block content %} {% bootstrap_form_errors form type='non_fields' %} -<form id="quick_booking_form" action="/booking/quick/" method="POST" class="form"> +<form id="quick_booking_form" action="/booking/quick/" method="POST" class="form class="Anuket-Text""> {% csrf_token %} <div class="row mx-0 px-0"> <div class="col-12 mx-0 px-0 mt-2"> |