aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/booking/quick_deploy.html
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2020-10-02 16:41:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-10-02 16:41:31 +0000
commit8a06cdd7d55fabcc71d7034481f7b83ee94611cd (patch)
treed863b2412ea99d954bc3b6e6eec544ef61cf7b68 /src/templates/base/booking/quick_deploy.html
parent836ba6a22ece7590c203c837669b73259f02540a (diff)
parentedf4c59212c757d81a51fbc8d587bb7384d921fa (diff)
Merge "3 contact us buttons and booking links on landing"
Diffstat (limited to 'src/templates/base/booking/quick_deploy.html')
-rw-r--r--src/templates/base/booking/quick_deploy.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/templates/base/booking/quick_deploy.html b/src/templates/base/booking/quick_deploy.html
index e4b9431..c954073 100644
--- a/src/templates/base/booking/quick_deploy.html
+++ b/src/templates/base/booking/quick_deploy.html
@@ -9,7 +9,10 @@
<div class="row mx-0 px-0">
<div class="col-12 mx-0 px-0 mt-2">
{% block form-text %}
- <p class="my-0">Please select a host type you wish to book. Only available types are shown.</p>
+ <p class="my-0">
+ Please select a host type you wish to book. Only available types are shown.
+ If something isn't working right, let us know <a href="mailto:{{contact_email}}"> here! </a>
+ </p>
{% endblock form-text %}
{% bootstrap_field form.filter_field show_label=False %}
</div>