diff options
author | Sean Smith <ssmith@iol.unh.edu> | 2020-09-18 15:26:53 -0400 |
---|---|---|
committer | Sean Smith <ssmith@iol.unh.edu> | 2020-09-18 15:52:47 -0400 |
commit | edf4c59212c757d81a51fbc8d587bb7384d921fa (patch) | |
tree | 490a9f8d23fd8e8fb8c5b2877147af80b840beff /src/templates/base/booking/booking_detail.html | |
parent | 1ca205371c3306a23a817d9ea617c1a0596f7912 (diff) |
3 contact us buttons and booking links on landing
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Change-Id: Ic50767e566f06d34457b6543644eeee03e584b89
Diffstat (limited to 'src/templates/base/booking/booking_detail.html')
-rw-r--r-- | src/templates/base/booking/booking_detail.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/base/booking/booking_detail.html b/src/templates/base/booking/booking_detail.html index 4b70f69..24a654c 100644 --- a/src/templates/base/booking/booking_detail.html +++ b/src/templates/base/booking/booking_detail.html @@ -159,7 +159,8 @@ <div class="card mb-3"> <div class="card-header d-flex"> <h4 class="d-inline">Deployment Progress</h4> - <p>These are the different tasks that have to be completed before your deployment is ready</p> + <p>These are the different tasks that have to be completed before your deployment is ready. + If this is taking a really long time, let us know <a href="mailto:{{contact_email}}">here!</a></p> <button data-toggle="collapse" data-target="#panel_tasks" class="btn btn-outline-secondary ml-auto">Expand</button> </div> <div class="collapse show" id="panel_tasks"> |