diff options
Diffstat (limited to 'src/templates/config_bundle')
-rw-r--r-- | src/templates/config_bundle/steps/config_software.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/templates/config_bundle/steps/config_software.html b/src/templates/config_bundle/steps/config_software.html index 6fe0ac1..7e8b25d 100644 --- a/src/templates/config_bundle/steps/config_software.html +++ b/src/templates/config_bundle/steps/config_software.html @@ -7,10 +7,7 @@ <form method="POST" id="step_form" class="form"> {% csrf_token %} - <p>Give it a name:</p> {% bootstrap_field form.name %} - - <p>And a description:</p> {% bootstrap_field form.description %} </form> |