aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/akraino/booking/quick_deploy.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/akraino/booking/quick_deploy.html')
-rw-r--r--src/templates/akraino/booking/quick_deploy.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/templates/akraino/booking/quick_deploy.html b/src/templates/akraino/booking/quick_deploy.html
new file mode 100644
index 0000000..56a4791
--- /dev/null
+++ b/src/templates/akraino/booking/quick_deploy.html
@@ -0,0 +1,11 @@
+{% extends "base/booking/quick_deploy.html" %}
+{% block opnfv %}
+{% endblock opnfv %}
+{% block collab %}
+<div class="col-12 col-lg-4 my-2">
+ <div class="col border rounded py-2 h-100">
+ <label>Collaborators</label>
+ {{ form.users }}
+ </div>
+</div>
+{% endblock collab %}