Removing project content and adding a note
[laas.git] / src / templates / base / config_bundle / steps / config_software.html
diff --git a/src/templates/base/config_bundle/steps/config_software.html b/src/templates/base/config_bundle/steps/config_software.html
deleted file mode 100644 (file)
index 7e8b25d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "workflow/viewport-element.html" %}
-{% load staticfiles %}
-
-{% load bootstrap4 %}
-
-{% block content %}
-
-<form method="POST" id="step_form" class="form">
-    {% csrf_token %}
-    {% bootstrap_field form.name %}
-    {% bootstrap_field form.description %}
-</form>
-
-
-{% endblock content %}