From 2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 26 Oct 2023 10:33:28 +0300 Subject: Removing project content and adding a note that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari --- .../config_bundle/steps/assign_host_roles.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/templates/base/config_bundle/steps/assign_host_roles.html (limited to '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 index b87a17f..0000000 --- a/src/templates/base/config_bundle/steps/assign_host_roles.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "config_bundle/steps/table_formset.html" %} - -{% load bootstrap4 %} - -{% block table %} - - - Host - Role - - - - {% for form in formset %} - - {% bootstrap_field form.host_name show_label=False %} - {% bootstrap_field form.role show_label=False %} - - {% endfor %} - - -{{formset.management_form}} -{% endblock table %} -- cgit 1.2.3-korg