Remove onleave + make form id's consistent
[laas.git] / src / templates / resource / steps / define_hardware.html
1 {% extends "workflow/viewport-element.html" %}
2 {% load staticfiles %}
3
4 {% load bootstrap4 %}
5
6 {% block content %}
7 <p>Note that not all labs host every kind of machine.
8 As you make your selections, labs and hosts that are not compatible
9 with your current configuration will become unavailable.</p>
10 <h4>NOTE: Only PTL's are able to create multi-node PODs. See <a href="https://google.com">here</a>
11     for more details</h4>
12 <form id="step_form" method="post">
13     {% csrf_token %}
14     {{form.filter_field|default:"<p>No Form</p>"}}
15 </form>
16 {% endblock content %}