diff options
author | Jack Morgan <jack.morgan@intel.com> | 2018-01-08 23:56:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-08 23:56:21 +0000 |
commit | 6173050b6bfc3d96d3056c5de4c927f1b461fe6e (patch) | |
tree | c58f857f8734c41b48d3e43229aa235dfcce4152 /src/templates/booking/booking_calendar.html | |
parent | ee1caa30008635717943bfdfecc692cde052a461 (diff) | |
parent | eb75879a4632015b427d97ab945eaaa0bc26959a (diff) |
Merge "Add Dashboard OS Selection Menu on Booking"
Diffstat (limited to 'src/templates/booking/booking_calendar.html')
-rw-r--r-- | src/templates/booking/booking_calendar.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/booking/booking_calendar.html b/src/templates/booking/booking_calendar.html index 4644e85..16f0a4a 100644 --- a/src/templates/booking/booking_calendar.html +++ b/src/templates/booking/booking_calendar.html @@ -45,6 +45,7 @@ <div class='input-group' id='endtimepicker'> {% bootstrap_field form.end addon_after='<span class="glyphicon glyphicon-calendar"></span>' %} </div> + {% bootstrap_field form.opsys %} {% bootstrap_field form.purpose %} {% bootstrap_field form.installer %} {% bootstrap_field form.scenario %} @@ -100,4 +101,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 %} |