Removing project content and adding a note
[laas.git] / src / templates / base / config_bundle / steps / assign_host_roles.html
diff --git a/src/templates/base/config_bundle/steps/assign_host_roles.html b/src/templates/base/config_bundle/steps/assign_host_roles.html
deleted file mode 100644 (file)
index b87a17f..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-{% extends "config_bundle/steps/table_formset.html" %}
-
-{% load bootstrap4 %}
-
-{% block table %}
-<thead>
-    <tr>
-        <th>Host</th>
-        <th>Role</th>
-    </tr>
-</thead>
-<tbody>
-    {% for form in formset %}
-    <tr>
-        <td>{% bootstrap_field form.host_name show_label=False %}</td>
-        <td>{% bootstrap_field form.role  show_label=False %}</td>
-    </tr>
-    {% endfor %}
-</tbody>
-
-{{formset.management_form}}
-{% endblock table %}