aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/lfedge/booking/quick_deploy.html
diff options
context:
space:
mode:
authorGergely Csatari <gergely.csatari@nokia.com>2023-10-26 10:33:28 +0300
committerGergely Csatari <gergely.csatari@nokia.com>2023-10-26 10:34:28 +0300
commit2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 (patch)
tree6e449d92ddfc880ed007e9d8a8f25bda8fc7cb0f /src/templates/lfedge/booking/quick_deploy.html
parent0d3dd290aa6e7f39e7b0b3cbe448b6622f924240 (diff)
Removing project content and adding a noteHEADmaster
that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
Diffstat (limited to 'src/templates/lfedge/booking/quick_deploy.html')
-rw-r--r--src/templates/lfedge/booking/quick_deploy.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/templates/lfedge/booking/quick_deploy.html b/src/templates/lfedge/booking/quick_deploy.html
deleted file mode 100644
index ccafd90..0000000
--- a/src/templates/lfedge/booking/quick_deploy.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{% extends "base/booking/quick_deploy.html" %}
-{% block opnfv %}
-{% endblock opnfv %}
-{% block form-text %}
-<p class="my-0">
- Please select a host type you wish to book.
- Only available types are shown.
- More information can be found here:
- <a href="https://wiki.lfedge.org/display/LE/Shared+Community+Lab">LF Edge Wiki</a>.
- If something isn't working right, let us know <a href="mailto:{{contact_email}}"> here! </a>
-</p>
-{% endblock form-text %}
-{% block collab %}
-<div class="col-12 col-lg-6 my-2">
- <div class="col border rounded py-2 h-100">
- <label>Collaborators</label>
- {{ form.users }}
- </div>
-</div>
-{% endblock collab %}
-
-{% block image_script %}
- <script type="text/javascript">
-// document.getElementById("id_image").disabled = true;
-// document.getElementById("id_image").style.display = 'none';
-// document.getElementById("id_image").previousElementSibling.style.display = 'none';
- </script>
-{% endblock image_script %}