add nick
[laas.git] / src / templates / base / 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
11     <a href="https://wiki.opnfv.org/display/INF/Lab-as-a-Service+at+the+UNH-IOL">here</a>
12     for more details</h4>
13 <form id="step_form" method="post">
14     {% csrf_token %}
15     {{form.filter_field|default:"<p>No Form</p>"}}
16 </form>
17 {% endblock content %}