aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/config_bundle/steps/config_software.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/base/config_bundle/steps/config_software.html')
-rw-r--r--src/templates/base/config_bundle/steps/config_software.html15
1 files changed, 0 insertions, 15 deletions
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
index 7e8b25d..0000000
--- a/src/templates/base/config_bundle/steps/config_software.html
+++ /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 %}