diff options
Diffstat (limited to 'src/templates/base/config_bundle/steps/config_software.html')
-rw-r--r-- | src/templates/base/config_bundle/steps/config_software.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/templates/base/config_bundle/steps/config_software.html b/src/templates/base/config_bundle/steps/config_software.html new file mode 100644 index 0000000..7e8b25d --- /dev/null +++ b/src/templates/base/config_bundle/steps/config_software.html @@ -0,0 +1,15 @@ +{% 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 %} |