summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2018-02-22 16:18:56 -0500
committerSawyer Bergeron <sbergeron@iol.unh.edu>2018-02-22 16:20:31 -0500
commit2085e52073396b265789fecd44a56c3b4e0d4970 (patch)
treee1ac59fa75433c540b560ff80d54a50e845bf185
parent55a03a85263a9c4033bdb228418f689d78e38860 (diff)
Link AUP from dashboard
Jira: PHAROS-361 Link and associated text below booking confirmation button now direct users to Wiki#AUP and inform them that they agree to those policies by continuing. Change-Id: I18953cc71691a03290cbce979fbf500081ca3c10 Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
-rw-r--r--dashboard/src/templates/booking/booking_calendar.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/dashboard/src/templates/booking/booking_calendar.html b/dashboard/src/templates/booking/booking_calendar.html
index 2e3f970..81efbe5 100644
--- a/dashboard/src/templates/booking/booking_calendar.html
+++ b/dashboard/src/templates/booking/booking_calendar.html
@@ -53,6 +53,10 @@
<button type="submit" class="btn btn btn-success">
Book
</button>
+ <p>
+ <br>By continuing, you agree to our
+ <a href="https://wiki.opnfv.org/display/INF/Lab-as-a-Service+at+the+UNH-IOL#Lab-as-a-ServiceattheUNH-IOL-AcceptableUsagePolicy">Acceptable Usage Policy</a>
+ </p>
{% endbuttons %}
</form>
</div>
@@ -124,4 +128,4 @@
<script src={% static "js/fullcalendar-options.js" %}></script>
<script src={% static "js/datetimepicker-options.js" %}></script>
<script src={% static "js/booking-calendar.js" %}></script>
-{% endblock extrajs %} \ No newline at end of file
+{% endblock extrajs %}