summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/nodes/_upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/nodes/_upload.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/nodes/_upload.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/nodes/_upload.html b/tuskar_ui/infrastructure/templates/infrastructure/nodes/_upload.html
deleted file mode 100644
index 7de46ec6..00000000
--- a/tuskar_ui/infrastructure/templates/infrastructure/nodes/_upload.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% load i18n %}
-<div class="form-group">
- {% include 'horizon/common/_form_field.html' with field=form.csv_file %}
-</div>
-
-<button class="btn btn-primary">{% trans 'Upload Nodes' %}</button>
-<a href="#collapse-upload-form" data-toggle="collapse" class="btn btn-default">{% trans 'Cancel' %}</a>