aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/booking
diff options
context:
space:
mode:
authorJacob Hodgdon <jhodgdon@iol.unh.edu>2021-05-14 15:42:56 -0400
committerJacob Hodgdon <jhodgdon@iol.unh.edu>2021-05-25 17:55:19 -0400
commit17b6c7809771ac8bf3879add033d2169f671591a (patch)
tree091074c3eda39d4d8899058c7b06e96428cf82d6 /src/templates/base/booking
parent8086a7aa9aa95d5af341b67cba85b1377a168b98 (diff)
Color fixes for rebrandemail-beautification
Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu> Change-Id: I5cf4ede598afa377db7ecec17d8dfef085e130ac
Diffstat (limited to 'src/templates/base/booking')
-rw-r--r--src/templates/base/booking/booking_table.html4
-rw-r--r--src/templates/base/booking/quick_deploy.html2
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 32a0146..1b95433 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">