1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

working csv upload first draft

This commit is contained in:
Alyssa Bigley
2021-05-27 10:31:51 -04:00
parent e1fe3ca14a
commit 0c9376039c
2 changed files with 28 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="csv">
<form action="" method="post" class="form">
<form action="" method="post" class="form" enctype="multipart/form-data">
{% csrf_token %}
{% render_form form %}
<div class="form-group">